diff --git a/.github/workflows/api-surface-area-review-verification.yml b/.github/workflows/api-surface-area-review-verification.yml index eef6b517dab..0d3bf63925e 100644 --- a/.github/workflows/api-surface-area-review-verification.yml +++ b/.github/workflows/api-surface-area-review-verification.yml @@ -5,6 +5,7 @@ permissions: pull-requests: read on: + merge_group: pull_request: types: [ opened, synchronize, reopened, labeled, unlabeled ] branches: diff --git a/.github/workflows/changelog-verification.yml b/.github/workflows/changelog-verification.yml index bc619e59085..e39917c80c2 100644 --- a/.github/workflows/changelog-verification.yml +++ b/.github/workflows/changelog-verification.yml @@ -5,6 +5,7 @@ permissions: pull-requests: read on: + merge_group: pull_request: types: [ opened, synchronize, reopened, labeled, unlabeled ] branches: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 79405678f4e..48f3f08a6b4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,6 +4,7 @@ on: push: branches: [ "master" ] pull_request: + merge_group: schedule: - cron: '44 14 * * 6' diff --git a/.github/workflows/new-module-verification.yml b/.github/workflows/new-module-verification.yml index f04b620d200..eb0fb32b7c1 100644 --- a/.github/workflows/new-module-verification.yml +++ b/.github/workflows/new-module-verification.yml @@ -1,6 +1,7 @@ name: New Module Verification on: + merge_group: pull_request: types: [opened, synchronize, reopened, labeled, unlabeled] branches: