diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index ee715d83..edabe967 100644 --- a/.github/workflows/autolabeler.yml +++ b/.github/workflows/autolabeler.yml @@ -60,8 +60,8 @@ jobs: } const templateLabelMappings = { - "🐞 bug fix": "bug fix", - "✨ new feature": "new feature", + "🐞 bug fix": "bugfix", + "✨ new feature": "feature", "💥 breaking change": "breaking change", "🆕 new script": "new script" };