From e16c74bcaa43618ff596e2e1e33ce8ea1d6b0892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 7 Sep 2022 15:19:54 +0200 Subject: [PATCH] chore: turn off debug mode on issue validator (#40301) 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. --- .github/workflows/validate_issue.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/validate_issue.yml b/.github/workflows/validate_issue.yml index 3c6e3a4a2e43..abd6c0784d5f 100644 --- a/.github/workflows/validate_issue.yml +++ b/.github/workflows/validate_issue.yml @@ -15,4 +15,3 @@ jobs: run: node ./.github/actions/issue-validator/index.mjs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DEBUG: 1