Skip to content

Commit 3400296

Browse files
fix: updated pr-labeler.yml to give priority to breaking change
1 parent 4221f0e commit 3400296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pr-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 1
22
labels:
3+
- label: "breaking-change"
4+
title: "*!*"
35
- label: "enhancement"
46
title: "feat:*"
57
- label: "enhancement"
68
title: "feature:*"
79
- label: "bug"
810
title: "fix:*"
9-
- label: "breaking-change"
10-
title: "*!*"
1111

0 commit comments

Comments
 (0)