diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 976c69d3c34..b4ca4cb8d98 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py - Backward Incompatible Change - Build/Testing/Packaging Improvement - Documentation (changelog entry is not required) -- Critical Bug Fix (crash, data loss, RBAC) +- Critical Bug Fix (crash, data loss, RBAC) or LOGICAL_ERROR - Bug Fix (user-visible misbehavior in an official stable release) - CI Fix or Improvement (changelog entry is not required) - Not for changelog (changelog entry is not required) diff --git a/tests/ci/run_check.py b/tests/ci/run_check.py index 7f665165c59..61c3c0c4ec4 100644 --- a/tests/ci/run_check.py +++ b/tests/ci/run_check.py @@ -56,7 +56,9 @@ LABEL_CATEGORIES = { "Bug Fix (user-visible misbehaviour in official stable or prestable release)", "Bug Fix (user-visible misbehavior in official stable or prestable release)", ], - "pr-critical-bugfix": ["Critical Bug Fix (crash, LOGICAL_ERROR, data loss, RBAC)"], + "pr-critical-bugfix": [ + "Critical Bug Fix (crash, data loss, RBAC) or LOGICAL_ERROR" + ], "pr-build": [ "Build/Testing/Packaging Improvement", "Build Improvement",