Skip to content

Commit

Permalink
ci: do not check pr title for merge group
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov committed Sep 24, 2024
1 parent eee6760 commit dc85799
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
- synchronize
- reopened
- edited
merge_group:
types: [checks_requested]

jobs:
verify_title:
name: Verify Title
runs-on: ubuntu-latest
if: ${{github.event.action != 'checks_requested'}}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit dc85799

Please sign in to comment.