Skip to content

Commit

Permalink
Do not stale issues labeled as bugs (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenglaender authored May 22, 2023
1 parent b7c9c38 commit accf70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
issues: write

steps:
- uses: actions/stale@v6
- uses: actions/stale@v8
with:
repo-token: "${{ secrets.BOT_TOKEN }}"
exempt-issue-labels: 'do-not-stale,enhancement'
exempt-issue-labels: 'do-not-stale,enhancement,bug'
stale-issue-message: 'This issue has been automatically marked as stale because it has been without activity for 90 days. This issue will be closed in 14 days unless you comment or remove the stale label.'
close-issue-message: 'This issue was closed because it was stale for 14 days without any activity.'
days-before-issue-stale: 90
Expand Down

0 comments on commit accf70f

Please sign in to comment.