From a80cd34cf19e07d195bc20eebbeb1c984779519d Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Tue, 29 Sep 2020 12:35:44 +0200 Subject: [PATCH] Exclude various labels from stalebot, --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6837dbe..78feb3f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,4 +14,5 @@ jobs: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' days-before-stale: 30 days-before-close: 7 - stale-issue-label: 'stale' \ No newline at end of file + stale-issue-label: 'stale' + exempt-issue-labels: 'good first issue,help wanted,enhancement,Hacktoberfest' \ No newline at end of file