From 21979ad0fb07ef6883bcad2d007d59a5cd0c26d3 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 14 Jul 2020 16:43:06 -0700 Subject: [PATCH] Correct exempt label syntax This should correct [these](https://github.com/github/super-linter/runs/867395200?check_suite_focus=true#step:2:1) warnings --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6e58ee8f..4aecddcb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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 #