From 5c4e4365e4ac7f8c45f2e7b6eb71ccbcc3cd6a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Fri, 30 Jun 2023 01:41:51 +0200 Subject: [PATCH] CI: Changelog also required for GHMQ --- .github/workflows/changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0eb4cf6b53..717ae918b2 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -3,6 +3,7 @@ # This is only run for PRs. on: + merge_group: pull_request: # opened, reopened, synchronize are the default types for pull_request. # labeled, unlabeled ensure this check is also run if a label is added or removed.