Skip to content

Commit cc534c1

Browse files
authored
ci: use github existing labels
1 parent 6eacc50 commit cc534c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conventional-label.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
type_labels: >
1313
{
14-
"feat": "feature",
15-
"fix": "bugfix",
14+
"feat": "enhancement",
15+
"fix": "bug",
1616
"breaking": "breaking-change"
1717
}

0 commit comments

Comments
 (0)