From 57ba60ce54991c3be9ce745f781eddb2de417b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 13 Jan 2022 09:13:40 +0100 Subject: [PATCH 1/2] Change the exemption issue label pinned to internal for stale issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .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 5a13b7f58c..c2b19cf3c5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,6 +20,6 @@ jobs: days-before-close: 5 stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.' stale-issue-label: 'Submitter Attention Required' - exempt-issue-labels: 'pinned, Fixed in next release, Bug: Confirmed' + exempt-issue-labels: 'internal, Fixed in next release, Bug: Confirmed' exempt-all-issue-assignees: true operations-per-run: 300 From cdde832ed373dc418e95823f65a5eba2233d93af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Thu, 13 Jan 2022 09:16:31 +0100 Subject: [PATCH 2/2] Some use uppercase some don't... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .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 c2b19cf3c5..fc78e82054 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,6 +20,6 @@ jobs: days-before-close: 5 stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.' stale-issue-label: 'Submitter Attention Required' - exempt-issue-labels: 'internal, Fixed in next release, Bug: Confirmed' + exempt-issue-labels: 'Internal, Fixed in next release, Bug: Confirmed' exempt-all-issue-assignees: true operations-per-run: 300