From d5b66cb748e142fafc26a084c79f7192b9e336a9 Mon Sep 17 00:00:00 2001 From: williaby <67131297+williaby@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:47:37 -0700 Subject: [PATCH 1/4] ci: add merge_group trigger to ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b5cddc..aed3fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ on: pull_request: types: [opened, synchronize, reopened] branches: [main, master, develop] + merge_group: workflow_dispatch: # Cancel in-progress runs for same PR/branch From 6ee0598d54ba874b30dae30a6c7d0db07aa38009 Mon Sep 17 00:00:00 2001 From: williaby <67131297+williaby@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:47:42 -0700 Subject: [PATCH 2/4] ci: add merge_group trigger to pr-validation.yml --- .github/workflows/pr-validation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index d89b8c7..78a5fc1 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -14,6 +14,7 @@ on: - main - master - develop + merge_group: # Cancel in-progress runs for same PR concurrency: From 2de45278278a2a173a7b31a3a4bc77981af0591a Mon Sep 17 00:00:00 2001 From: williaby <67131297+williaby@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:47:46 -0700 Subject: [PATCH 3/4] ci: add merge_group trigger to reuse.yml --- .github/workflows/reuse.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index fd721d3..f5fac66 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -12,6 +12,7 @@ on: # does not match repository-root paths), leaving the required context pending # forever and silently blocking the PR. pull_request: + merge_group: push: branches: - main From 2edac54ea061909abfa51e2e626637e160b360ef Mon Sep 17 00:00:00 2001 From: williaby <67131297+williaby@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:47:51 -0700 Subject: [PATCH 4/4] ci: add merge_group trigger to security-analysis.yml --- .github/workflows/security-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index 438e58e..d556954 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -14,6 +14,7 @@ name: Security Analysis branches: [main, master] pull_request: branches: [main, master] + merge_group: schedule: # Run security scans weekly on Monday at 9 AM UTC - cron: '0 9 * * 1'