Skip to content

Commit

Permalink
stale.yml: Fix labels with spaces.
Browse files Browse the repository at this point in the history
However, a bug prevents this from working on PRs, see actions/stale#98.

Signed-off-by: Chris PeBenito <[email protected]>
  • Loading branch information
pebenito committed Apr 21, 2021
1 parent 35465fe commit ff38b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ff38b61

Please sign in to comment.