Skip to content

Commit

Permalink
Do not mark "help wanted" issues as stale (#42)
Browse files Browse the repository at this point in the history
Exempt issue names apparently need to be specified with URL encoding (see actions/stale#98).
  • Loading branch information
martin-helmich committed Sep 15, 2020
1 parent 3d8ddf5 commit 1d4ba4e
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 @@ -19,7 +19,7 @@ jobs:
There has not been any activity to this issue in the last 14 days.
It will automatically be closed after 7 more days. Remove the `stale` label to prevent this.
stale-issue-label: 'stale'
exempt-issue-labels: 'accepted,confirmed,help wanted'
exempt-issue-labels: 'accepted,confirmed,help%20wanted'

stale-pr-message: >
There has not been any activity to this pull request in the last 14 days.
Expand Down

0 comments on commit 1d4ba4e

Please sign in to comment.