From 91526dad4411a49c6414c458e934925eec790b1d Mon Sep 17 00:00:00 2001 From: Ash Cripps Date: Thu, 8 Jul 2021 10:37:38 +0100 Subject: [PATCH] actions: fixup exempt stale labels --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index bbd1d27b4..fea5c721b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.' stale-issue-label: 'stale' - exempt-issue-label: 'never stale' + exempt-issue-labels: 'never stale' days-before-stale: 300 days-before-close: 30 remove-stale-when-updated: true