Skip to content

Commit 489d130

Browse files
chore: close stale issues bot uses outdated props (#21818)
https://github.com/aws-actions/stale-issue-cleanup `exempt-xxx-label` was changed to `exempt-xxx-labels` between versions, we bumped this action to v5 back in april but no errors were ever thrown for this ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7005a9d commit 489d130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525

2626
# These labels are required
2727
stale-issue-label: closing-soon
28-
exempt-issue-label: no-autoclose
28+
exempt-issue-labels: no-autoclose
2929
stale-pr-label: closing-soon
30-
exempt-pr-label: no-autoclose
30+
exempt-pr-labels: no-autoclose
3131
response-requested-label: response-requested
3232

3333
# Don't set closed-for-staleness label to skip closing very old issues

0 commit comments

Comments
 (0)