Skip to content

Commit dc85799

Browse files
ci: do not check pr title for merge group
1 parent eee6760 commit dc85799

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-title.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ on:
77
- synchronize
88
- reopened
99
- edited
10+
merge_group:
11+
types: [checks_requested]
1012

1113
jobs:
1214
verify_title:
1315
name: Verify Title
1416
runs-on: ubuntu-latest
17+
if: ${{github.event.action != 'checks_requested'}}
1518
steps:
1619
- name: Checkout
1720
uses: actions/checkout@v4

0 commit comments

Comments
 (0)