Skip to content

Commit

Permalink
ci: add new label to exempt list [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 20, 2024
1 parent f14955f commit 8bdeb88
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 @@ -13,6 +13,6 @@ jobs:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
days-before-stale: 30
days-before-close: 7
exempt-issue-labels: 'bug,enhancement,announcement,help wanted,good first issue,waiting for interest'
exempt-issue-labels: 'bug,enhancement,announcement,help wanted,good first issue,waiting for interest,needs respsonse'
# Disable marking PRs as stale
days-before-pr-stale: -1

0 comments on commit 8bdeb88

Please sign in to comment.