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