stale workflow: fix syntax

This commit is contained in:
webzwo0i 2022-09-24 19:40:52 +02:00
parent 111ad5c52e
commit 21d03c1924
1 changed files with 2 additions and 20 deletions

View File

@ -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'