Skip to content

Commit

Permalink
ci: add exempt-pr-labels for stalebot (#840)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Mar 24, 2022
1 parent 6cff99c commit 9a4f5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yaml
Expand Up @@ -18,6 +18,7 @@ jobs:
days-before-close: 7
operations-per-run: 100
exempt-issue-labels: 'known-issue,enhancement'
exempt-pr-labels: 'wip,under-review'
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Please comment or this will be closed in 7 days.'
close-issue-message: 'This issue was closed because it has been stalled for 21 days with no activity. Feel free to re-open if you are experiencing the issue again.'
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Please comment or this will be closed in 7 days.'
Expand Down

0 comments on commit 9a4f5c1

Please sign in to comment.