Merge pull request #418 from github/Stale-fix

Correct stale bot exempt label syntax
This commit is contained in:
Lukas Gravley 2020-07-15 07:45:30 -05:00 committed by GitHub
commit d1c4fdc0a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,9 +37,9 @@ jobs:
days-before-stale: 30
days-before-close: 14
stale-issue-label: "O: stale 🤖"
exempt-issue-label: "O: backlog 🤖"
exempt-issue-labels: "O: backlog 🤖"
stale-pr-label: "O: stale 🤖"
exempt-pr-label: "O: backlog 🤖"
exempt-pr-labels: "O: backlog 🤖"
##################
# Mark not stale #