Skip to content

Commit

Permalink
stale workflow: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
webzwo0i committed Sep 24, 2022
1 parent 111ad5c commit 21d03c1
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,5 @@ jobs:
close-issue-label: wontfix
close-pr-label: wontfix
days-before-close: -1
exempt-issue-labels:
- pinned
- security
- Bug
- Serious Bug
- Minor bug
- Black hole bug
- Special case Bug
- Upstream bug
- Feature Request
exempt-pr-labels:
- pinned
- security
- Bug
- Serious Bug
- Minor bug
- Black hole bug
- Special case Bug
- Upstream bug
- Feature Request
exempt-issue-labels: 'pinned,security,Bug,Serious Bug,Minor bug,Black hole bug,Special case Bug,Upstream bug,Feature Request'
exempt-pr-labels: 'pinned,security,Bug,Serious Bug,Minor bug,Black hole bug,Special case Bug,Upstream bug,Feature Request'

0 comments on commit 21d03c1

Please sign in to comment.