Skip to content

Commit

Permalink
ci: Adds merge group event to PR title checker (Azure-Samples#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
frtibble authored May 9, 2024
1 parent 6c4e5b2 commit 4836e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-title-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- opened
- edited
- synchronize
merge_group:

permissions:
pull-requests: read
Expand All @@ -14,6 +15,7 @@ jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
if: ${{ github.event_name != 'merge_group' }}
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down

0 comments on commit 4836e6b

Please sign in to comment.