File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
1818 with :
1919 repo-token : ${{ secrets.GITHUB_TOKEN }}
20- stale-pr-message : ' This PR was marked stale due to lack of activity. It will be closed in 7 days.'
21- close-pr-message : ' Closed as inactive. Feel free to reopen if this PR is still being worked on.'
20+ stale-pr-message : >
21+ This PR has been labeled as stale due to lack of activity.
22+ It will be automatically closed if there is no further activity over the next 14 days.
2223 exempt-pr-labels : ' never stale'
23- exempt-draft-pr : true
2424 # opt out of defaults to avoid marking issues as stale
2525 days-before-stale : -1
2626 days-before-close : -1
2727 # overrides the above only for pull requests
28- days-before-pr-stale : 15
28+ days-before-pr-stale : 14
2929 days-before-pr-close : 7
3030 operations-per-run : 1000
You can’t perform that action at this time.
0 commit comments