From ad060cdbefe66c8cd2cfd8915016a30f0fa67b15 Mon Sep 17 00:00:00 2001 From: DaneEvans Date: Thu, 7 Aug 2025 15:22:03 +1000 Subject: [PATCH] #2650 - make the catch all on the labeler less generic (#2651) --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ++++++++----- .github/labeler.yml | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ca72e5141..3d36d31f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -76,11 +76,12 @@ body: - type: markdown attributes: value: | - ### Relevant log output -
- - Expand Logs ... + - type: textarea id: logs attributes: @@ -90,7 +91,9 @@ body: - type: markdown attributes: value: | -
+ - type: checkboxes id: terms attributes: diff --git a/.github/labeler.yml b/.github/labeler.yml index 3114d0ef4..2a2a0a6b2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -20,9 +20,9 @@ repo: - changed-files: - any-glob-to-any-file: .github - # Add 'bug' label to any PR where the head branch name contains `fix` or `bug` + # Add 'bug' label to any PR where the head branch name contains `fix` or `bug` as the prefix. bugfix: - - head-branch: [fix, bug, Fix, FIX, Bug, BUG] + - head-branch: [^fix, ^bug, ^Fix, ^FIX, ^Bug, ^BUG] # our fallback - bug except repo, feat, or automated pipelines # bug_fallthrough: