Skip to content

Commit

Permalink
Workflows: "confirmed" issues should not get stale (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Oct 1, 2020
1 parent 16ff07f commit 5795cae
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 30 days.
It will automatically be closed after 7 more days. Remove the `stale` label to prevent this.
stale-issue-label: 'stale'
exempt-issue-label: 'confirmed,help wanted'
exempt-issue-labels: 'confirmed,help wanted,help%20wanted'

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

0 comments on commit 5795cae

Please sign in to comment.