Skip to content

Commit

Permalink
ci: skip validate PR titles in merge queue (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Dec 5, 2024
1 parent 32b2211 commit 0ab1478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conventional_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ on:
- ready_for_review
- reopened
# pull_request: # for debugging, uses config in local branch but supports only Pull Requests from this repo
merge_group:

jobs:
main:
if: github.event_name != 'merge_group'
name: Validate PR title
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0ab1478

Please sign in to comment.