@@ -2,27 +2,27 @@ name: Mark stale PRs
22on :
33 workflow_dispatch :
44 schedule :
5- - cron : " 0 12 * * *"
5+ - cron : " 0 12 * * *"
66
77permissions :
88 contents : read
99
1010jobs :
1111 stale :
1212 permissions :
13- issues : write # for actions/stale to close stale issues
14- pull-requests : write # for actions/stale to close stale PRs
13+ issues : write # for actions/stale to close stale issues
14+ pull-requests : write # for actions/stale to close stale PRs
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
18- with :
19- stale-pr-message : >
20- This pull request has been automatically marked as stale because it has not
21- had recent activity. It will be closed if no further activity occurs.
22- Thank you for your contributions.
23- stale-pr-label : " stale"
24- exempt-pr-labels : " pinned,security,dependencies"
25- days-before-pr-stale : 30
26- days-before-pr-close : 7
27- ascending : true
28- operations-per-run : 100
17+ - uses : actions/stale@v9.1.0
18+ with :
19+ stale-pr-message : >
20+ This pull request has been automatically marked as stale because it has not
21+ had recent activity. It will be closed if no further activity occurs.
22+ Thank you for your contributions.
23+ stale-pr-label : " stale"
24+ exempt-pr-labels : " pinned,security,dependencies"
25+ days-before-pr-stale : 30
26+ days-before-pr-close : 7
27+ ascending : true
28+ operations-per-run : 100
0 commit comments