Skip to content

Commit

Permalink
Prevent High Priority issues to be staled
Browse files Browse the repository at this point in the history
Remove kittens killer issues from instalable issues.
  • Loading branch information
syl20bnr committed Feb 29, 2020
1 parent 40c0a8b commit 85602da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -20,8 +20,8 @@ jobs:
recent activity. It will be closed if no further activity occurs.
Please let us know if this PR is still need merging!
stale-issue-label: 'stale'
exempt-issue-label: 'Kills Kittens (=^-^=)'
exempt-issue-label: 'High Priority'
stale-pr-label: 'stale'
exempt-pr-label: 'Kills Kittens (=^-^=)'
exempt-pr-label: 'High Priority'
days-before-stale: 365
days-before-close: 90

0 comments on commit 85602da

Please sign in to comment.