mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-10-23 04:52:18 +00:00
chore: correct spacing
This commit is contained in:
20
.github/workflows/conventional-label.yml
vendored
20
.github/workflows/conventional-label.yml
vendored
@@ -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",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user