Skip to content

Commit c990b68

Browse files
committed
chore: reduce auto-close days waiting
1 parent 60d2464 commit c990b68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stale.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
stale-issue-message: |
23-
This issue has gone 30 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!
23+
This issue has gone 15 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 3 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!
2424
stale-pr-message: |
25-
This PR has gone 30 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 30 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!
25+
This PR has gone 15 days without any activity and meets the project's definition of "stale". This will be auto-closed if there is no new activity over the next 3 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!
2626
stale-issue-label: "no-issue-activity"
2727
stale-pr-label: "no-pr-activity"
28-
days-before-stale: 30
29-
days-before-close: 30
28+
days-before-stale: 15
29+
days-before-close: 3
3030
exempt-all-milestones: true
3131
exempt-issue-labels: "not_stale"
3232
exempt-pr-labels: "not_stale"

0 commit comments

Comments
 (0)