From 6b6e32c55b242bd91d7816e7bd69315f3e6d149a Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 6 Apr 2026 19:11:53 +0530 Subject: [PATCH] chore: Add 'release' to PR task types for validation --- .github/workflows/pr-title-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 1347e0dc..a588cf98 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -16,6 +16,6 @@ jobs: - name: PR Conventional Commit Validation uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # v1.5.1 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'