File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,21 +14,17 @@ jobs:
1414 steps :
1515 - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
1616 with :
17- days-before-stale : 90
18- days-before-close : 14
19- stale-issue-label : stale
20- stale-pr-label : stale
2117 stale-issue-message : >
22- This issue is stale because it has been open for 90 days with no activity.
23- It will be closed in 14 days if no further activity occurs.
18+ This issue is stale because it has been open for 60 days with no activity.
19+ It will be closed in 7 days if no further activity occurs.
2420 close-issue-message : >
25- This issue was closed because it has been inactive for 14 days since being marked as stale.
21+ This issue was closed because it has been inactive for 7 days since being marked as stale.
2622 Feel free to reopen if it is still relevant.
2723 stale-pr-message : >
28- This pull request is stale because it has been open for 90 days with no activity.
29- It will be closed in 14 days if no further activity occurs.
24+ This pull request is stale because it has been open for 60 days with no activity.
25+ It will be closed in 7 days if no further activity occurs.
3026 close-pr-message : >
31- This pull request was closed because it has been inactive for 14 days since being marked as stale.
27+ This pull request was closed because it has been inactive for 7 days since being marked as stale.
3228 Feel free to reopen if it is still relevant.
3329 exempt-issue-labels : pinned,security
3430 exempt-pr-labels : pinned,security
You can’t perform that action at this time.
0 commit comments