diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 57a649c..983575a 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,5 +11,5 @@ jobs: - name: PR Conventional Commit Validation uses: ytanikin/pr-conventional-commits@1.4.0 with: - task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' + task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert"]' add_label: 'false'