Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 55f662b

Browse files
authored
Merge pull request #3759 from aws/KaibaLopez-stale-aciton
Stale Action fix
2 parents c9d4f94 + 3f3ca68 commit 55f662b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale_issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
# These labels are required
2121
stale-issue-label: closing-soon
22-
exempt-issue-label: no-autoclose
22+
exempt-issue-labels: no-autoclose
2323
stale-pr-label: no-pr-activity
24-
exempt-pr-label: awaiting-approval
24+
exempt-pr-labels: awaiting-approval
2525
response-requested-label: response-requested
2626

2727
# Don't set closed-for-staleness label to skip closing very old issues
@@ -42,4 +42,4 @@ jobs:
4242
repo-token: ${{ secrets.GITHUB_TOKEN }}
4343
loglevel: DEBUG
4444
# Set dry-run to true to not perform label or close actions.
45-
dry-run: true
45+
dry-run: false

0 commit comments

Comments
 (0)