Skip to content

Commit

Permalink
Exempt some issue labels from staling (#1399)
Browse files Browse the repository at this point in the history
* Exempt some issue labels from staling

* add burning as well
  • Loading branch information
spring1843 committed Feb 22, 2022
1 parent 70cc8c6 commit 9f05c0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
stale-issue-message: 'This issue is stale because it has been open 25 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
exempt-issue-labels: 'roadmap,help-wanted,burning'
days-before-issue-stale: 25
days-before-issue-close: 5
stale-pr-message: 'This PR is stale because it has been open 25 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
Expand Down

0 comments on commit 9f05c0d

Please sign in to comment.