Skip to content

Commit 69fef31

Browse files
Bump actions/stale from 10.0.0 to 10.1.0 (#9766)
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@3a9db7e...5f858e3) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 861254b commit 69fef31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale_community_prs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
stale-implementation-stage:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
8+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
99
with:
1010
debug-only: true
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
stale-review-stage:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
28+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
2929
with:
3030
debug-only: true
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -43,7 +43,7 @@ jobs:
4343
labels-to-add-when-unstale: responded
4444
exempt-pr-labels: responded,maintainers # Forces PRs to be skipped if these are not removed by maintainers.
4545
close-pr-label: DONTUSE
46-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f
46+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008
4747
with:
4848
debug-only: true
4949
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)