Skip to content

Commit c93f1c4

Browse files
ci: Add pre/v2.0 branch to breaking and bug label patterns
Ensures PR #1311 automatically receives breaking and bug labels. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1a3e3d1 commit c93f1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pr_labeler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://github.com/actions/labeler
22
breaking:
3-
- head-branch: ['breaking', 'BREAKING']
3+
- head-branch: ['breaking', 'BREAKING', 'pre/v2.0']
44
bug:
5-
- head-branch: ['fix', 'FIX', 'bug', 'BUG']
5+
- head-branch: ['fix', 'FIX', 'bug', 'BUG', 'pre/v2.0']
66
feature:
77
- head-branch: ['feat', 'FEAT']
88
documentation:

0 commit comments

Comments
 (0)