Skip to content

Commit 9cac371

Browse files
committed
fix(infra): correct label mapping to use 'fix' instead of 'bugfix'
1 parent b13759f commit 9cac371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ label-for-breaking-changes: breaking
1313
label-mapping:
1414
documentation: ["docs"]
1515
feature: ["feat"]
16-
bugfix: ["fix"]
16+
fix: ["fix"]
1717
infra: ["build", "ci", "chore"]
1818
integration:
1919
[

.github/pr-title-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ label-for-breaking-changes: breaking
1313
label-mapping:
1414
documentation: ["docs"]
1515
feature: ["feat"]
16-
bugfix: ["fix"]
16+
fix: ["fix"]
1717
infra: ["build", "ci", "chore"]
1818
integration:
1919
[

0 commit comments

Comments
 (0)