chore: correct spacing
This commit is contained in:
parent
4f61577421
commit
0ac585c9da
1 changed files with 10 additions and 10 deletions
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",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue