Correct exempt label syntax

This should correct [these](https://github.com/github/super-linter/runs/867395200?check_suite_focus=true#step:2:1) warnings
This commit is contained in:
Zack Koppert 2020-07-14 16:43:06 -07:00 committed by GitHub
parent 3bc689af42
commit 21979ad0fb
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 #