From 22999cff72d77c65c2bb0b8039d4cc498f61c297 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:01:04 +0100 Subject: [PATCH] ci: skip validate PR titles in merge queue --- .github/workflows/conventional_commits.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index c4d390511..45529444b 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -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: