Skip to content

Commit

Permalink
fix: reconfigure stalebot to not close bugs (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Oct 5, 2023
1 parent 8ee01b6 commit 2d36152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ 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
exempt-issue-labels: never-stale,instrumentation-request,bug
exempt-pr-labels: never-stale

0 comments on commit 2d36152

Please sign in to comment.