Skip to content

Commit

Permalink
Merge pull request #3753 from aws/KaibaLopez-stale-action
Browse files Browse the repository at this point in the history
Update stale_issues.yml
  • Loading branch information
KaibaLopez authored Jan 27, 2021
2 parents a667741 + d7693d1 commit b9efcac
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Stale issue job
steps:
- uses: aws-actions/stale-issue-cleanup@v2
- uses: aws-actions/stale-issue-cleanup@v4
with:
# Setting messages to an empty string will cause the automation to skip
# that category
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
minimum-upvotes-to-exempt: 10

repo-token: ${{ secrets.GITHUB_TOKEN }}
# loglevel: DEBUG
loglevel: DEBUG
# Set dry-run to true to not perform label or close actions.
# dry-run: true
dry-run: true

0 comments on commit b9efcac

Please sign in to comment.