From e548f139c823d6fc9430ba260019725f997eebf1 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Fri, 9 Dec 2022 15:52:13 -0300 Subject: [PATCH] Add never-stale label to stale.yml Signed-off-by: RD WebDesign --- .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 cc9cdf76..ae4ce526 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ 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: 'stale' - exempt-issue-labels: 'internal, Fixed In Next Release, Bug' + exempt-issue-labels: 'internal, Fixed In Next Release, Bug, never-stale' exempt-all-issue-assignees: true operations-per-run: 300 close-issue-reason: 'not_planned'