Skip to content

Commit

Permalink
chore: do not mark bugs stale (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Jun 21, 2022
1 parent fcb9565 commit cb642d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
exempt-pr-labels: never-stale
exempt-issue-labels: never-stale,bug
exempt-pr-labels: never-stale,bug

0 comments on commit cb642d7

Please sign in to comment.