Skip to content

Commit

Permalink
Don't close bugs as stale (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Mar 1, 2022
1 parent 0dff9db commit 4cff901
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/issues.yaml
Expand Up @@ -10,13 +10,13 @@ jobs:
- uses: actions/stale@v4
with:
stale-issue-message: 'This issue is stale because it has been open 25 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
exempt-issue-labels: 'roadmap,help-wanted,burning,feature,documentation,operational-excellence'
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
exempt-issue-labels: 'roadmap,help-wanted,burning,bug,feature,documentation,operational-excellence'
stale-issue-label: 'stale'
days-before-issue-stale: 25
days-before-issue-close: 5
days-before-issue-close: 10
stale-pr-message: 'This PR is stale because it has been open 25 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
close-pr-message: 'This PR was closed because it has been stalled for 5 days with no activity.'
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
stale-pr-label: 'stale'
days-before-pr-stale: 25
days-before-pr-close: 5
days-before-pr-close: 10

0 comments on commit 4cff901

Please sign in to comment.