Skip to content

Commit 167deb5

Browse files
authored
Update autolabeler.yml
1 parent 8cb3007 commit 167deb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autolabeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
}
6161
6262
const templateLabelMappings = {
63-
"🐞 bug fix": "bug fix",
64-
"✨ new feature": "new feature",
63+
"🐞 bug fix": "bugfix",
64+
"✨ new feature": "feature",
6565
"💥 breaking change": "breaking change",
6666
"🆕 new script": "new script"
6767
};

0 commit comments

Comments
 (0)