Skip to content

Commit

Permalink
maint: specify label for stale, exempt never-stale (#1732)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
JamieDanielson and pichlermarc authored Dec 20, 2023
1 parent c59e666 commit e35e370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e35e370

Please sign in to comment.