Skip to content

Commit

Permalink
maint: specify label for stale, exempt never-stale (open-telemetry#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
2 people authored and david-luna committed Dec 27, 2023
1 parent d569bda commit 2b16c55
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 2b16c55

Please sign in to comment.