Skip to content

Commit edbc453

Browse files
chore(deps): update actions/stale action from v10.1.0 to v10.1.1 (.github/workflows/close-stale.yml) (#13807)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38950fe commit edbc453

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/close-stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Close issues and PRs that are pending closure
19-
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
19+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
2020
with:
2121
# Disable automatic stale marking - only close manually labeled items
2222
days-before-stale: -1
@@ -27,7 +27,7 @@ jobs:
2727
close-pr-message: 'This PR has been automatically closed because it was manually labeled as stale. If you believe this was closed in error, please reopen it and remove the stale label.'
2828

2929
- name: Close stale issues and PRs
30-
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
30+
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
3131
with:
3232
# Disable automatic stale marking - only close manually labeled items
3333
days-before-stale: -1

0 commit comments

Comments
 (0)