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:35:35 -04:00
parent e043663785
commit 52efadf5d1

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'
exempt-issue-labels: 'question,help wanted'
exempt-pr-labels: 'question,external bug'