From 0ac585c9da311bbace18f5740a6a7da132e50ff1 Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 7 Oct 2025 20:11:44 +0000 Subject: [PATCH] chore: correct spacing --- .github/workflows/conventional-label.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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", + }