Skip to content

Commit

Permalink
Set loglevel to debug (#3250)
Browse files Browse the repository at this point in the history
Set log level to debug to get the logs since the action failed while the bot was trying to put a comment on the issue with empty message.
  • Loading branch information
ajredniwja committed May 11, 2020
1 parent f73c5e8 commit a70e013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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

0 comments on commit a70e013

Please sign in to comment.