File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
30
30
- name : Stale Issues/PRs
31
- uses : actions/stale@v9
31
+ uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
32
32
with :
33
33
# default: 30, GitHub Actions API Rate limit is 1000/hr
34
34
operations-per-run : ${{ env.OPERATIONS_RATE_LIMIT }}
67
67
# that point the submitter has 14 days before a reminder/warning is given. If
68
68
# no response has been received within 3 weeks, the issue is closed. There are
69
69
# no exemptions besides removing the awaiting-reply label.
70
- uses : actions/stale@v9
70
+ uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
71
71
with :
72
72
# GitHub Actions API Rate limit is 1000/hr
73
73
operations-per-run : ${{ env.OPERATIONS_RATE_LIMIT }}
97
97
# forgotten completely, this job will post a reminder message to the maintainers
98
98
# No closures will occur and there are no exemptions besides removing the confirmed
99
99
# label.
100
- uses : actions/stale@v9
100
+ uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
101
101
with :
102
102
# GitHub Actions API Rate limit is 1000/hr
103
103
operations-per-run : ${{ env.OPERATIONS_RATE_LIMIT }}
You can’t perform that action at this time.
0 commit comments