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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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