From 401019b504648349f58ace0ebf982b1dad1dc23b 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 33320851dde08a1781673863d2be3313eb8c46ed 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 0fb7b5eb74687e5e8ea8a91bd549ee75915720ac 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 54b4001e4e41654658d78938ac3dbd2ee76c32fc 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'