Skip to content

Commit

Permalink
chore: turn off debug mode on issue validator (#40301)
Browse files Browse the repository at this point in the history
The issue validator GitHub action has been running in the background for a while, and the output looks good: https://github.com/vercel/next.js/actions/workflows/validate_issue.yml

This PR switches off debug mode and will start commenting on improper bug reports to make triaging more effective.
  • Loading branch information
balazsorban44 committed Sep 7, 2022
1 parent 16655c7 commit e16c74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/validate_issue.yml
Expand Up @@ -15,4 +15,3 @@ jobs:
run: node ./.github/actions/issue-validator/index.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: 1

0 comments on commit e16c74b

Please sign in to comment.