Skip to content

Commit

Permalink
Stale Action fix
Browse files Browse the repository at this point in the history
version change may have fixed the issue, but to be sure I'm leaving the loglevel as debug for the next run.
  • Loading branch information
KaibaLopez committed Jan 28, 2021
1 parent 04e0775 commit 3f3ca68
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 3f3ca68

Please sign in to comment.