Skip to content

Commit

Permalink
Chore: do not mark stale for help wanted issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu authored Jul 27, 2023
1 parent 2067a31 commit 2625fc0
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 @@ -11,6 +11,6 @@ jobs:
- uses: actions/stale@v7
with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
exempt-issue-labels: 'question,bug,enhancement'
exempt-issue-labels: 'question,bug,enhancement,help wanted'
days-before-stale: 60
days-before-close: 7

0 comments on commit 2625fc0

Please sign in to comment.