Skip to content

Commit

Permalink
Bump actions/stale from 5.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/stale](https://github.com/actions/stale) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@3cc1237...532554b)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 21, 2022
1 parent f026805 commit 974a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close_stale.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 # tag=v5
- uses: actions/stale@532554b8a8498a0e006fbcde824b048728c4178f # tag=v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.'
Expand Down

0 comments on commit 974a604

Please sign in to comment.