diff --git a/.github/workflows/conventional-label.yml b/.github/workflows/conventional-label.yml index 1d7ee3a..6b11e79 100644 --- a/.github/workflows/conventional-label.yml +++ b/.github/workflows/conventional-label.yml @@ -8,13 +8,13 @@ jobs: steps: - uses: bcoe/conventional-release-labels@v1 with: - type_labels: | - { - "feat": "Feature", - "fix": "Fix", - "breaking": "Breaking", - "chore": "Chore", - "docs": "Docs", - "test": "Test", - "ci": "CI", - } + type_labels: | + { + "feat": "Feature", + "fix": "Fix", + "breaking": "Breaking", + "chore": "Chore", + "docs": "Docs", + "test": "Test", + "ci": "CI", + }