Update stale issues configuration to use 180 days (#18238)
Release Notes: - N/A
This commit is contained in:
parent
11953bbc16
commit
1efe87029b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/close_stale_issues.yml
vendored
2
.github/workflows/close_stale_issues.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
Thanks for your help!
|
||||
close-issue-message: "This issue was closed due to inactivity; feel free to open a new issue if you're still experiencing this problem!"
|
||||
days-before-stale: 365
|
||||
days-before-stale: 180
|
||||
days-before-close: 7
|
||||
any-of-issue-labels: "defect,panic / crash"
|
||||
operations-per-run: 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue