From 26ed1fd698f2464c542f6bd5126ce484acb3590e Mon Sep 17 00:00:00 2001 From: pinkiebell <40266861+pinkiebell@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:14:01 +0100 Subject: [PATCH] merge queue fixes (#1216) --- .github/workflows/ci.yml | 1 + .github/workflows/lints.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be08590240..86dae20344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI checks on: + merge_group: pull_request: types: [synchronize, opened, reopened, ready_for_review] push: diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 3a5b079915..a2e165549d 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -2,6 +2,7 @@ name: Lints # We only run these lints on trial-merges of PRs to reduce noise. on: + merge_group: pull_request: types: [synchronize, opened, reopened, ready_for_review] push: