mirror of
https://github.com/SELinuxProject/setools
synced 2025-01-15 03:31:22 +00:00
stale.yml: Fix labels with spaces.
However, a bug prevents this from working on PRs, see actions/stale#98. Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
e043663785
commit
52efadf5d1
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -19,5 +19,5 @@ jobs:
|
||||
close-pr-message: 'Closing stale PR.'
|
||||
stale-issue-label: 'stale'
|
||||
stale-pr-label: 'stale'
|
||||
exempt-issue-labels: 'question,help-wanted'
|
||||
exempt-pr-labels: 'question,external-bug'
|
||||
exempt-issue-labels: 'question,help wanted'
|
||||
exempt-pr-labels: 'question,external bug'
|
||||
|
Loading…
Reference in New Issue
Block a user