Skip to content

Commit

Permalink
Update stale_issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KaibaLopez authored Jan 26, 2021
1 parent df6799b commit d7693d1
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 d7693d1

Please sign in to comment.