Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Bump aws-actions/stale-issue-cleanup from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup) from 4 to 5.
- [Release notes](https://github.com/aws-actions/stale-issue-cleanup/releases)
- [Commits](aws-actions/stale-issue-cleanup@v4...v5)

---
updated-dependencies:
- dependency-name: aws-actions/stale-issue-cleanup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kellertk committed Jun 9, 2022
1 parent c726832 commit 13d704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Stale issue job
steps:
- uses: aws-actions/stale-issue-cleanup@v4
- uses: aws-actions/stale-issue-cleanup@v5
with:
ancient-issue-message: This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
stale-issue-message: This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
Expand Down

0 comments on commit 13d704e

Please sign in to comment.