From ba388e81ed1513ad38ea813d66c11cf2b1a08961 Mon Sep 17 00:00:00 2001 From: snmln Date: Fri, 6 Dec 2024 11:13:54 -0500 Subject: [PATCH] Adding "release" to task_types --- .github/workflows/conventional-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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