File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ name: Close stale issues
66on :
77 schedule :
88 - cron : 30 1 * * *
9- workflow_dispatch : # temporary — write-path verification
109
1110permissions :
1211 issues : write
@@ -21,15 +20,15 @@ jobs:
2120 - uses : actions/stale@v10
2221 with :
2322 repo-token : ${{ secrets.GITHUB_TOKEN }}
24- stale-issue-message : This issue is stale because it has been open for 40 days with no activity. Remove the stale label or leave a
23+ stale-issue-message : This issue is stale because it has been open for 40 days with no activity. Remove the stale label or leave a
2524 comment, otherwise it will be closed in 10 days.
2625 stale-pr-message : This PR is stale because it has been open for 40 days with no activity. Remove the stale label or leave a comment,
2726 otherwise it will be closed in 10 days.
28- days-before-stale : 1
27+ days-before-stale : 40
2928 exempt-issue-labels : roadmap,backlog
30- close-issue-message : This issue was automatically closed due to 50 days of inactivity. We do this to help keep the issues somewhat
29+ close-issue-message : This issue was automatically closed due to 50 days of inactivity. We do this to help keep the issues somewhat
3130 manageable and focus on active issues.
32- close-pr-message : This PR was closed because it had no activity for 50 days. If you feel this was closed in error, and you would
31+ close-pr-message : This PR was closed because it had no activity for 50 days. If you feel this was closed in error, and you would
3332 like to continue the PR, please resubmit or let us know.
3433 days-before-close : 10
35- operations-per-run : 4
34+ operations-per-run : 150
You can’t perform that action at this time.
0 commit comments