From 2b16c55fe6b96ecd95b642609562463ee0ffa34f Mon Sep 17 00:00:00 2001 From: Jamie Danielson Date: Wed, 20 Dec 2023 11:56:11 -0500 Subject: [PATCH] maint: specify label for stale, exempt never-stale (#1732) we may want information but still never stale it so set exempt label first for early return. any-of-label is comma-separated allowlist. remove instr-request and bug to avoid needing to remove labels. Co-authored-by: Marc Pichler --- .github/workflows/close-stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index 15bfec637b..5c5dcfc7b2 100644 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -17,5 +17,6 @@ jobs: close-pr-message: 'This PR was closed because it has been stale for 14 days with no activity.' stale-issue-label: stale stale-pr-label: stale - exempt-issue-labels: never-stale,instrumentation-request,bug + exempt-issue-labels: never-stale exempt-pr-labels: never-stale + any-of-labels: information-requested