Skip to content

Commit

Permalink
chore(stale action): close stale issues as not planned (#16610)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Jul 16, 2022
1 parent 61a8acd commit b1dd241
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stale-action.yml
Expand Up @@ -36,6 +36,9 @@ jobs:
days-before-issue-close: 7
close-issue-message: 'This bug report has been closed as we need a reproduction to work on this. If the original poster or anybody else with the same problem discovers that they can reproduce it, please create a new issue, and reference this issue.'

# Never label/close any pull requests
# Close stale issues as "not planned" on GitHub.
close-issue-reason: 'not_planned'

# Never label/close any pull requests.
days-before-pr-close: -1
days-before-pr-stale: -1

0 comments on commit b1dd241

Please sign in to comment.