From 2e8ba6f3087bda425da42af31f7373cd2c2c08c5 Mon Sep 17 00:00:00 2001 From: John McBride Date: Wed, 7 Sep 2022 18:25:01 -0600 Subject: [PATCH] Use correct stale action `exempt-` yaml keys (#1800) Signed-off-by: John McBride --- .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 a63518f69..8f8c73949 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -39,8 +39,8 @@ jobs: days-before-close: 30 stale-issue-label: 'lifecycle/stale' stale-pr-label: 'lifecycle/stale' - exempt-issue-label: 'lifecycle/frozen' - exempt-pr-label: 'lifecycle/frozen' + exempt-issue-labels: 'lifecycle/frozen' + exempt-pr-labels: 'lifecycle/frozen' close-issue-label: 'lifecycle/rotten' close-pr-label: 'lifecycle/rotten'