Skip to content

Commit a8d3391

Browse files
dependabot[bot]FullStackChef
authored andcommitted
chore(deps): bump actions/stale from 9 to 10 (CommunityToolkit#843)
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v9...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdf240b commit a8d3391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pull-requests: write
2424

2525
steps:
26-
- uses: actions/stale@v9
26+
- uses: actions/stale@v10
2727
name: Standard issue and PR stale bot
2828
with:
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
4040
stale-issue-label: "stale"
4141
stale-pr-label: "stale"
4242

43-
- uses: actions/stale@v9
43+
- uses: actions/stale@v10
4444
name: Question and Resolved issue stale bot
4545
with:
4646
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -52,7 +52,7 @@ jobs:
5252
stale-issue-message: "We have noticed this issue has been resolved for 5 days. If there is no action on this issue in the next 2 days, we will automatically close it. You can use `/stale-extend` to extend the window."
5353
stale-issue-label: "stale"
5454

55-
- uses: actions/stale@v9
55+
- uses: actions/stale@v10
5656
name: Awaiting response issue and PR stale bot
5757
with:
5858
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)