Skip to content

Commit

Permalink
Merge pull request #8766 from gmarkall/stale-prs-use-abandoned-stale
Browse files Browse the repository at this point in the history
Stale bot: Use `abandoned - stale` label for closed PRs
  • Loading branch information
sklam committed Feb 16, 2023
2 parents c1b22c2 + b228eb3 commit 566336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
days-before-pr-close: 7
any-of-pr-labels: '2 - In progress,4 - Waiting on author'
stale-pr-label: 'stale'
close-pr-label: 'abandoned'
close-pr-label: 'abandoned - stale'

0 comments on commit 566336c

Please sign in to comment.