From 27cb6d5a2299aaf0956ee9723c4f1b39607f09b8 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Tue, 26 May 2026 11:03:09 +0000 Subject: [PATCH] ci(audit): align REQUIRED_CHECKS with branch protection (mc#1738) Fix F3 drift detected by ci-required-drift: - Add E2E API Smoke Test and Handlers Postgres Integration contexts that are in branch protection but were missing from audit config. - Remove sop-checklist / all-items-acked which is not in branch protection (F3a drift). This ensures audit-force-merge accurately detects true force-merges against the actual branch protection gate, not a stale subset. Fixes molecule-core#1738. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/audit-force-merge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/audit-force-merge.yml b/.gitea/workflows/audit-force-merge.yml index b3441bcaa..899198275 100644 --- a/.gitea/workflows/audit-force-merge.yml +++ b/.gitea/workflows/audit-force-merge.yml @@ -54,5 +54,6 @@ jobs: # read-only by design (least-privilege). REQUIRED_CHECKS: | CI / all-required (pull_request) - sop-checklist / all-items-acked (pull_request) + E2E API Smoke Test / E2E API Smoke Test (pull_request) + Handlers Postgres Integration / Handlers Postgres Integration (pull_request) run: bash .gitea/scripts/audit-force-merge.sh -- 2.52.0