chore: correct spacing

This commit is contained in:
C4illin
2025-10-07 20:11:44 +00:00
parent 4f61577421
commit 0ac585c9da

View File

@@ -8,13 +8,13 @@ jobs:
steps: steps:
- uses: bcoe/conventional-release-labels@v1 - uses: bcoe/conventional-release-labels@v1
with: with:
type_labels: | type_labels: |
{ {
"feat": "Feature", "feat": "Feature",
"fix": "Fix", "fix": "Fix",
"breaking": "Breaking", "breaking": "Breaking",
"chore": "Chore", "chore": "Chore",
"docs": "Docs", "docs": "Docs",
"test": "Test", "test": "Test",
"ci": "CI", "ci": "CI",
} }