From 980f8bff2aa011dcb0f595db2da33ed1a5be190d Mon Sep 17 00:00:00 2001 From: Lena <241371603+zelenenka@users.noreply.github.com> Date: Tue, 18 Nov 2025 10:15:09 +0100 Subject: [PATCH] Add a github issue label to shoo the stalebot away (#42950) Labeling an issue with "never stale" will keep the stalebot away; the bot can get annoying in some situations otherwise. Release Notes: - N/A --- .github/workflows/community_close_stale_issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/community_close_stale_issues.yml b/.github/workflows/community_close_stale_issues.yml index faa42669d0206965ba99ab683fea7165ef351c8f..f1359b72a6afe6008472ec3d59d90091b6779a59 100644 --- a/.github/workflows/community_close_stale_issues.yml +++ b/.github/workflows/community_close_stale_issues.yml @@ -26,3 +26,4 @@ jobs: ascending: true enable-statistics: true stale-issue-label: "stale" + exempt-issue-labels: "never stale"