Skip to content

Commit a796da1

Browse files
JosephTLyonsnoaccOS
authored andcommitted
Update close_stale_issues configuration (zed-industries#18298)
@notpeter and I decided on these things: - Give users 10 days to respond - Only run once a week: Tuesday @7am ET Release Notes: - N/A
1 parent 2974c5a commit a796da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/close_stale_issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Close Stale Issues"
22
on:
33
schedule:
4-
- cron: "0 1 * * *"
4+
- cron: "0 11 * * 2"
55
workflow_dispatch:
66

77
jobs:
@@ -14,7 +14,7 @@ jobs:
1414
stale-issue-message: >
1515
Hi there! 👋
1616

17-
We're working to clean up our issue tracker by closing older issues that might not be relevant anymore. Are you able to reproduce this issue in the latest version of Zed? If so, please let us know by commenting on this issue and we will keep it open; otherwise, we'll close it in a week. Feel free to open a new issue if you're seeing this message after the issue has been closed.
17+
We're working to clean up our issue tracker by closing older issues that might not be relevant anymore. Are you able to reproduce this issue in the latest version of Zed? If so, please let us know by commenting on this issue and we will keep it open; otherwise, we'll close it in 10 days. Feel free to open a new issue if you're seeing this message after the issue has been closed.
1818

1919
Thanks for your help!
2020
close-issue-message: "This issue was closed due to inactivity; feel free to open a new issue if you're still experiencing this problem!"
@@ -23,7 +23,7 @@ jobs:
2323
# 'community' to 'zed' repository. The migration added activity to all
2424
# issues, preventing 365 days from working until then.
2525
days-before-stale: 180
26-
days-before-close: 7
26+
days-before-close: 10
2727
any-of-issue-labels: "defect,panic / crash"
2828
operations-per-run: 1000
2929
ascending: true

0 commit comments

Comments
 (0)