Update autolabeler.yml

This commit is contained in:
CanbiZ 2025-02-21 08:15:38 +01:00 committed by GitHub
parent 8cb3007d66
commit 167deb5d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,8 +60,8 @@ jobs:
} }
const templateLabelMappings = { const templateLabelMappings = {
"🐞 bug fix": "bug fix", "🐞 bug fix": "bugfix",
"✨ new feature": "new feature", "✨ new feature": "feature",
"💥 breaking change": "breaking change", "💥 breaking change": "breaking change",
"🆕 new script": "new script" "🆕 new script": "new script"
}; };