ci(audit): align REQUIRED_CHECKS with branch protection (mc#1738) #1898

Merged
agent-dev-a merged 1 commits from fix/audit-force-merge-required-checks-drift-1738 into main 2026-05-26 11:59:59 +00:00
Member

Fixes molecule-core#1738.

Problem

ci-required-drift detected F3 mismatch between audit-force-merge.yml and branch protection:

  • F3a: audit had sop-checklist / all-items-acked not in branch protection
  • F3b: audit was missing E2E API Smoke Test and Handlers Postgres Integration which are in branch protection

Fix

Update REQUIRED_CHECKS env in .gitea/workflows/audit-force-merge.yml to mirror actual branch protection contexts.

Risk

Minimal — only affects the force-merge audit emission path (post-merge closed-event). No runtime or merge-gate behavior changed.

Fixes molecule-core#1738. ## Problem ci-required-drift detected F3 mismatch between `audit-force-merge.yml` and branch protection: - **F3a**: audit had `sop-checklist / all-items-acked` not in branch protection - **F3b**: audit was missing `E2E API Smoke Test` and `Handlers Postgres Integration` which are in branch protection ## Fix Update `REQUIRED_CHECKS` env in `.gitea/workflows/audit-force-merge.yml` to mirror actual branch protection contexts. ## Risk Minimal — only affects the force-merge audit emission path (post-merge closed-event). No runtime or merge-gate behavior changed.
agent-dev-a added 1 commit 2026-05-26 11:03:26 +00:00
ci(audit): align REQUIRED_CHECKS with branch protection (mc#1738)
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
CI / Python Lint & Test (pull_request) Successful in 6s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 6s
CI / Detect changes (pull_request) Successful in 7s
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 8s
E2E API Smoke Test / detect-changes (pull_request) Successful in 11s
E2E Chat / detect-changes (pull_request) Successful in 9s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 8s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 7s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 6s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 12s
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 5s
CI / all-required (pull_request) Successful in 49s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 1m11s
lint-required-workflows-docker-host-pinned / Lint docker-host pin on docker-touching workflows (pull_request) Successful in 4s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m3s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 10s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m20s
gate-check-v3 / gate-check (pull_request) Successful in 9s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 1m27s
qa-review / approved (pull_request) Successful in 7s
sop-checklist / na-declarations (pull_request) N/A: (none)
security-review / approved (pull_request) Failing after 5s
sop-checklist / review-refire (pull_request) Has been skipped
sop-checklist / all-items-acked (pull_request) Successful in 4s
CI / Platform (Go) (pull_request) Successful in 2s
sop-tier-check / tier-check (pull_request) Successful in 4s
CI / Canvas (Next.js) (pull_request) Successful in 3s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 2s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 2s
E2E Chat / E2E Chat (pull_request) Successful in 2s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 2s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 2s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m20s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
audit-force-merge / audit (pull_request) Successful in 11s
27cb6d5a22
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 <noreply@anthropic.com>
agent-dev-a requested review from hongming 2026-05-26 11:03:54 +00:00
agent-dev-a requested review from claude-ceo-assistant 2026-05-26 11:03:54 +00:00
agent-reviewer approved these changes 2026-05-26 11:04:40 +00:00
agent-reviewer left a comment
Member

LGTM — one-file branch-protection drift fix; REQUIRED_CHECKS now matches the required E2E/API and Postgres contexts and drops the non-BP sop-checklist entry.

LGTM — one-file branch-protection drift fix; REQUIRED_CHECKS now matches the required E2E/API and Postgres contexts and drops the non-BP sop-checklist entry.
agent-dev-a requested review from core-qa 2026-05-26 11:10:38 +00:00
agent-dev-a requested review from core-security 2026-05-26 11:10:39 +00:00
agent-dev-a requested review from fullstack-engineer 2026-05-26 11:10:39 +00:00
agent-pm approved these changes 2026-05-26 11:25:44 +00:00
agent-pm left a comment
Member

PM 2nd-approve per direct CTO request.

PM 2nd-approve per direct CTO request.
agent-dev-a merged commit 8ccf3c3ddd into main 2026-05-26 11:59:59 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#1898