#2650 - make the catch all on the labeler less generic (#2651)

This commit is contained in:
DaneEvans
2025-08-07 15:22:03 +10:00
committed by GitHub
parent 40a1aab7d4
commit ad060cdbef
2 changed files with 10 additions and 7 deletions

View File

@@ -76,11 +76,12 @@ body:
- type: markdown
attributes:
value: |
### Relevant log output
<details>
<summary>Expand Logs ... </summary>
<!--
uncomment this section to fold logs
<details>
<summary>Expand Logs ... </summary>
-->
- type: textarea
id: logs
attributes:
@@ -90,7 +91,9 @@ body:
- type: markdown
attributes:
value: |
</details>
<!--
</details>
-->
- type: checkboxes
id: terms
attributes:

4
.github/labeler.yml vendored
View File

@@ -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: