Skip to content

Commit fb23337

Browse files
Bump actions/stale from 3 to 10
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v3...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8b25eb commit fb23337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/defaultLabels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
# Steps represent a sequence of tasks that will be executed as part of the job
1515
steps:
16-
- uses: actions/stale@v3
16+
- uses: actions/stale@v10
1717
name: Setting issue as idle
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424
operations-per-run: 100
2525
exempt-issue-labels: 'backlog'
2626

27-
- uses: actions/stale@v3
27+
- uses: actions/stale@v10
2828
name: Setting PR as idle
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)