Skip to content

Commit 8de138d

Browse files
authored
chore: revert aws-actions/stale-issue-cleanup back to v6 (#853)
There are some weird issues with the latest version. Let's just go back to the tried and tested on. https://github.com/aws/aws-cdk-cli/actions/runs/17833245041/job/50705475999 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent a9c59b7 commit 8de138d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Stale issue job
1919
steps:
20-
- uses: aws-actions/stale-issue-cleanup@v7.1.0
20+
- uses: aws-actions/stale-issue-cleanup@v6
2121
with:
2222
# Setting messages to an empty string will cause the automation to skip
2323
# that category

0 commit comments

Comments
 (0)