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:
Chris PeBenito 2021-04-21 09:33:53 -04:00
parent 63270d2cd4
commit 8407a5eafc

View File

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