From 6b43a320f1bd2d3e16863064e70baff6fa79a76e Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 13 Mar 2025 08:54:20 +0800 Subject: [PATCH] chore: update pr commit validation task_types --- .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 8c7c41f67..0b48a43a4 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -11,5 +11,5 @@ jobs: - name: PR Conventional Commit Validation uses: ytanikin/PRConventionalCommits@1.1.0 with: - task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","release"]' + task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","release","build"]' add_label: false