Skip to content

Commit 4139e2b

Browse files
chore(deps): update actions/stale action to v10.1.0
1 parent b6da457 commit 4139e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issue-management-stale-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write # for actions/stale to close stale PRs
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
20+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2121
with:
2222
days-before-stale: 7
2323
days-before-close: 7
@@ -31,7 +31,7 @@ jobs:
3131
This PR has been labeled as stale due to lack of activity and needing author feedback.
3232
It will be automatically closed if there is no further activity over the next 7 days.
3333
34-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
34+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
3535
with:
3636
days-before-stale: 365
3737
days-before-close: 0
@@ -46,7 +46,7 @@ jobs:
4646
# "needs author feedback" exemption: so that it won't remove the stale label added by the first action
4747
exempt-issue-labels: "stale,needs author feedback"
4848

49-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
49+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
5050
with:
5151
days-before-issue-stale: -1
5252
days-before-issue-close: -1

0 commit comments

Comments
 (0)