Skip to content

Commit

Permalink
chore(stale-action): default close-issue-reason is not_planned (#19110)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
HonkingGoose and viceice committed Nov 28, 2022
1 parent d666874 commit 3a74e7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/stale-action.yml
Expand Up @@ -36,9 +36,6 @@ 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.'

# 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 3a74e7d

Please sign in to comment.