From 13d1f8d2182295b90117141b12103b053134790e Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 6 Apr 2026 19:13:27 +0530 Subject: [PATCH] chore: Add 'release' to PR conventional commit types --- .github/workflows/pr-title-conventional-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-conventional-commit.yml b/.github/workflows/pr-title-conventional-commit.yml index 8a5e299..5926b3c 100644 --- a/.github/workflows/pr-title-conventional-commit.yml +++ b/.github/workflows/pr-title-conventional-commit.yml @@ -16,6 +16,6 @@ jobs: - name: PR Conventional Commit Validation uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # v1.5.2 with: - task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert"]' + task_types: '["feat","fix","docs","test","refactor","ci","perf","chore","revert","release"]' add_label: 'false'