Skip to content

Commit

Permalink
fix(ci): Skip the title check if handling a merge group (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Feb 9, 2023
1 parent 846a24a commit 71b179c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Pull Request

on:
merge_group:
pull_request_target:
types:
- opened
Expand All @@ -17,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check title
if: github.event_name != 'merge_group'
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 71b179c

Please sign in to comment.