Skip to content

Commit

Permalink
chore(ci): update stale workflow to ignore PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Aug 17, 2021
1 parent 24e53e7 commit 3f42d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
with:
any-of-issue-labels:
"status: waiting for author's response 💬,status: needs more info 🤷‍♀️"
only-pr-labels: ''
stale-issue-message: |
This issue has been marked as stale because it has required additional
info or a response from the author for over 7 days. When you get the
chance, please comment with the additional info requested.
Otherwise, this issue will be closed in 7 days.
close-issue-message: |
This issue has been closed because it has received no activity for
14 days
14 days.
stale-issue-label: 'status: stale 🍞'
stale-pr-label: 'status: stale 🍞'
days-before-stale: 7
days-before-close: 7
debug-only: true

0 comments on commit 3f42d06

Please sign in to comment.