Skip to content

Commit 71b179c

Browse files
authored
fix(ci): Skip the title check if handling a merge group (#790)
1 parent 846a24a commit 71b179c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Pull Request
22

33
on:
4+
merge_group:
45
pull_request_target:
56
types:
67
- opened
@@ -17,6 +18,7 @@ jobs:
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Check title
21+
if: github.event_name != 'merge_group'
2022
uses: amannn/action-semantic-pull-request@v5
2123
env:
2224
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)