diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index e8979f8a1..764e5f10a 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -11,5 +11,5 @@ jobs: - name: Conventional Commit Validation uses: ytanikin/pr-conventional-commits@1.4.0 with: - task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert"]' + task_types: '["feat","fix", "docs", "test", "ci", "refactor", "chore", "revert", "release"]' add_label: 'false' \ No newline at end of file