diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5975df8fe..3b1a7d68c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,13 +3,14 @@ name: PR Conventional Commit Validation on: pull_request: types: [opened, synchronize, reopened, edited] + merge_group: jobs: validate-pr-title: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.5.2 + uses: ytanikin/pr-conventional-commits@1.5.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "depr"]' - add_label: 'false' + add_label: "false"