Skip to content

Commit

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

Reverts #3844

v6 is broken and was not ready for prod. It must have been accidentally released.

https://github.com/aws-actions/stale-issue-cleanup/tree/v6
  • Loading branch information
ryparker committed Nov 23, 2022
1 parent 8bac012 commit 6700f1a
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 @@ -12,7 +12,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 6700f1a

Please sign in to comment.