From d0c2fbf7e9c9a30e4fcdbd919ebc3cdc7dd860b2 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Wed, 22 Apr 2026 20:45:29 +0530 Subject: [PATCH] chore: add 'release' to task types for PR validation --- .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 8a5e299b..5926b3c7 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'