Skip to content

Commit

Permalink
Revert: "chore(deps): Bump aws-actions/stale-issue-cleanup from 5 to …
Browse files Browse the repository at this point in the history
…6" (aws#23197)

This broke again... [There is no v6](https://github.com/aws-actions/stale-issue-cleanup) 😕 

Reverts aws#23111

Created PR aws#23199 to prevent dependabot from attempting to update to v6 again
  • Loading branch information
peterwoodworth authored and Brennan Ho committed Jan 20, 2023
1 parent 3b45355 commit 0d36080
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Stale issue job
steps:
- uses: aws-actions/stale-issue-cleanup@v6
- uses: aws-actions/stale-issue-cleanup@v5
with:
# Setting messages to an empty string will cause the automation to skip
# that category
Expand Down

0 comments on commit 0d36080

Please sign in to comment.