Skip to content

Commit cc35fa4

Browse files
build(deps): bump actions/stale in the github-actions group
Bumps the github-actions group with 1 update: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 10 to 11 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10...v11) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffef10a commit cc35fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
stale:
1717
runs-on: ubuntu-slim
1818
steps:
19-
- uses: actions/stale@v10
19+
- uses: actions/stale@v11
2020
with:
2121
# Number of GitHub API calls to allow in a single run (to avoid hitting GitHub's rate limit)
2222
# Default is 30. But, we've found that only results in processing ~7 issues or PRs. So, we've increased it.

0 commit comments

Comments
 (0)