From d2e1e168b64359ec9ec1a17c76f20eef1878752d Mon Sep 17 00:00:00 2001 From: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com> Date: Wed, 3 Mar 2021 16:15:55 -0500 Subject: [PATCH] chore: update bug template (#7872) --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ----- .github/workflows/bug-report-helper.yml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 24bac3fa35c..fc854e7c513 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -87,9 +87,4 @@ npx envinfo --system --binaries --browsers --npmPackages --npmGlobalPackages **Additional context** Add any other context about the problem here. -**Is this a production issue?** -Are you experiencing this issue with a production application where end users are affected? - -- [ ] (check box if yes) - **_You can turn on the debug mode to provide more info for us by setting window.LOG_LEVEL = 'DEBUG'; in your app._** \ No newline at end of file diff --git a/.github/workflows/bug-report-helper.yml b/.github/workflows/bug-report-helper.yml index 3dcc60f7120..19394794258 100644 --- a/.github/workflows/bug-report-helper.yml +++ b/.github/workflows/bug-report-helper.yml @@ -7,6 +7,7 @@ jobs: name: Test runs-on: ubuntu-latest if: | + false && (github.event.action == 'edited' || github.event.action == 'opened') && !contains(github.event.issue.labels.*.name, 'production-issue') && (contains(github.event.issue.body, '- [x] (check box if yes)') ||