File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Close stale issues and pull requests
2+
3+ permissions :
4+ contents : read
5+ issues : write
6+ pull-requests : write
7+
8+ on :
9+ schedule :
10+ - cron : " 30 22 * * *"
11+ workflow_dispatch :
12+
13+ jobs :
14+ stale :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/stale@v10
18+ with :
19+ start-date : ' 2024-01-01T00:00:00Z'
20+ operations-per-run : 500
21+
22+ days-before-issue-stale : 90
23+ days-before-issue-close : 30
24+ stale-issue-message : >
25+ This issue has been automatically marked as stale because it has not
26+ had any activity within 90 days. It will be automatically closed if no
27+ further activity occurs within 30 days. Leave a comment if
28+ you feel this issue should remain open. Thank you!
29+ close-issue-message : >
30+ This issue has been automatically closed due to inactivity.
31+ Please feel free to reopen if it is still relevant. Thank you!
32+
33+ days-before-pr-stale : 90
34+ days-before-pr-close : 30
35+ stale-pr-message : >
36+ This pull request has been automatically marked as stale because it has not
37+ had any activity within 90 days. It will be automatically closed if no
38+ further activity occurs within 30 days. Leave a comment if
39+ you feel this pull request should remain open. Thank you!
40+ close-pr-message : >
41+ This pull request has been automatically closed due to inactivity.
42+ Please feel free to reopen if it is still relevant. Thank you!
43+
44+
You can’t perform that action at this time.
0 commit comments