mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
update stale issue configuration to use any-of-issue-labels
(#18236)
Release Notes: - N/A
This commit is contained in:
parent
3c95a64a23
commit
20826336d9
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
|
@ -20,7 +20,7 @@ jobs:
|
|||
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-close: 7
|
||||
only-issue-labels: "defect,panic / crash"
|
||||
any-of-issue-labels: "defect,panic / crash"
|
||||
operations-per-run: 100
|
||||
ascending: true
|
||||
enable-statistics: true
|
||||
|
|
Loading…
Reference in a new issue