From e4da44a77400fecd30444db286c3db6d6dbbdc94 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 22 Jun 2021 15:33:27 +0200 Subject: [PATCH] our 'good first issue' issue label has no '-', add 'keep' Signed-off-by: Daniel Holbach --- .github/workflows/periodics-daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 87e82b9..9ec82d6 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -32,7 +32,7 @@ jobs: stale-pr-message: 'This PR was automatically considered stale due to lack of activity. Please refresh it and/or join our slack channels to highlight it, before it automatically closes (in 7 days).' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' - exempt-issue-labels: 'good-first-issue' + exempt-issue-labels: ['good first issue', 'keep'] days-before-close: 21 check-docs-links: