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)') ||