Skip to content

Commit 12dfa28

Browse files
authored
chore: Add merge group to conventional commit ci (#1463)
Add merge group to ci triggers for conventional commits.
1 parent 57ed429 commit 12dfa28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ name: PR Conventional Commit Validation
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, edited]
6+
merge_group:
67

78
jobs:
89
validate-pr-title:
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: PR Conventional Commit Validation
12-
uses: ytanikin/pr-conventional-commits@1.5.2
13+
uses: ytanikin/pr-conventional-commits@1.5.2
1314
with:
1415
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "depr"]'
15-
add_label: 'false'
16+
add_label: "false"

0 commit comments

Comments
 (0)