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
63270d2cd4
commit
8407a5eafc
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,external-dependency'
|
||||
exempt-issue-labels: 'question,help wanted'
|
||||
exempt-pr-labels: 'question,external bug,external dependency'
|
||||
|
Loading…
Reference in New Issue
Block a user