Skip to content

Commit

Permalink
Merge pull request #3759 from aws/KaibaLopez-stale-aciton
Browse files Browse the repository at this point in the history
Stale Action fix
  • Loading branch information
KaibaLopez authored Jan 28, 2021
2 parents c9d4f94 + 3f3ca68 commit 55f662b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

# These labels are required
stale-issue-label: closing-soon
exempt-issue-label: no-autoclose
exempt-issue-labels: no-autoclose
stale-pr-label: no-pr-activity
exempt-pr-label: awaiting-approval
exempt-pr-labels: awaiting-approval
response-requested-label: response-requested

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

0 comments on commit 55f662b

Please sign in to comment.