fix(ci): resolve PR from direct merge commit hint #427

Closed
codex wants to merge 0 commits from codex/fix/merged-pr-direct-merge-fallback into main
Collaborator

Canary status: missing — rely on required Forgejo checks before merge

Canary Context Pack

Product story

Trusted-main auto-apply needs a PR number for audit binding. Forgejo API merge returned 405 today, so the operator-approved fallback was a normal git merge commit. The CI resolver should tolerate that exact merge shape without accepting plain direct pushes.

What changed

  • Add a narrow fallback in find_merged_pr.py for local merge commits whose subject ends in (#PR).
  • The fallback requires the commit to have at least two parents and the referenced PR head SHA to match a non-main parent.
  • Add contract tests for fallback and for rejecting plain direct commits.

Why it changed

After #423/#425 were merged via git push, workflow dispatch could not bind the current trusted main SHA to a PR because Forgejo did not mark the PR object as merged. That blocked the backup-backed voice-transcription smoke even though the code path was operator-approved.

Files touched

  • control-plane/platformctl/ci/find_merged_pr.py
  • control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py

Runtime evidence

Local tests:

  • python3 -m pytest control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py -q → 40 passed
  • python3 -m pytest tests/test_l4_verify.py::test_yaml_syntax_valid -q → 102 passed
  • git diff --check → clean
    Live dry-run:
  • current main SHA resolved to PR #425 through the merge-commit fallback.

Known constraints

This is not a generic direct-push allowance. A non-merge commit with no PR-shaped subject and no PR head parent remains blocked.

Explicit out-of-scope

No production mutation, no module changes, no runner changes.

Requested decision

Merge after checks are green.

Merge blockers

Any test/check failure or fallback matching plain direct commits.

Spec sources read

  • control-plane/platformctl/ci/find_merged_pr.py — PR binding logic
  • control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py — CI contract tests
Canary status: missing — rely on required Forgejo checks before merge ## Canary Context Pack ### Product story Trusted-main auto-apply needs a PR number for audit binding. Forgejo API merge returned 405 today, so the operator-approved fallback was a normal git merge commit. The CI resolver should tolerate that exact merge shape without accepting plain direct pushes. ### What changed - Add a narrow fallback in `find_merged_pr.py` for local merge commits whose subject ends in `(#PR)`. - The fallback requires the commit to have at least two parents and the referenced PR head SHA to match a non-main parent. - Add contract tests for fallback and for rejecting plain direct commits. ### Why it changed After #423/#425 were merged via git push, workflow dispatch could not bind the current trusted main SHA to a PR because Forgejo did not mark the PR object as merged. That blocked the backup-backed voice-transcription smoke even though the code path was operator-approved. ### Files touched - `control-plane/platformctl/ci/find_merged_pr.py` - `control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py` ### Runtime evidence Local tests: - `python3 -m pytest control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py -q` → 40 passed - `python3 -m pytest tests/test_l4_verify.py::test_yaml_syntax_valid -q` → 102 passed - `git diff --check` → clean Live dry-run: - current `main` SHA resolved to PR #425 through the merge-commit fallback. ### Known constraints This is not a generic direct-push allowance. A non-merge commit with no PR-shaped subject and no PR head parent remains blocked. ### Explicit out-of-scope No production mutation, no module changes, no runner changes. ### Requested decision Merge after checks are green. ### Merge blockers Any test/check failure or fallback matching plain direct commits. ## Spec sources read - `control-plane/platformctl/ci/find_merged_pr.py` — PR binding logic - `control-plane/platformctl/tests/test_forgejo_ci_scripts_contract.py` — CI contract tests
fix(ci): resolve PR from direct merge commit hint
All checks were successful
base-is-main / guard (pull_request) Successful in 1s
canary-required / collect-diff (pull_request) Successful in 5s
infra-docs-drift / docs-drift (pull_request) Successful in 5s
platformctl plan / auto-apply scope (pull_request) Successful in 20s
pyfallow / Pyfallow gate (control-plane) (pull_request) Successful in 18s
python-ci / Python 3.12 (pull_request) Successful in 40s
python-ci / Python 3.13 (pull_request) Successful in 41s
workflow-lint / lint (pull_request) Successful in 5s
canary-required / canary (pull_request) Successful in 13s
patchwarden-pr-sanity / sanity (pull_request) Successful in 20s
patchwarden-pr-sanity / collect-diff (pull_request) Successful in 4s
python-ci / Python 3.11 (pull_request) Successful in 37s
7f066eb745
Author
Collaborator

Closed after verified git merge commit 6824dea9d6 reached main. Forgejo merge API returned 405 during this maintenance path, so codex used a normal non-force merge push; follow-up CI fixes #425/#427/#428 preserve guarded fallback semantics.

Closed after verified git merge commit 6824dea9d69ce8a68962a926947fd51024cd64e0 reached main. Forgejo merge API returned 405 during this maintenance path, so codex used a normal non-force merge push; follow-up CI fixes #425/#427/#428 preserve guarded fallback semantics.
codex closed this pull request 2026-05-24 15:48:26 +02:00
All checks were successful
base-is-main / guard (pull_request) Successful in 1s
Required
Details
canary-required / collect-diff (pull_request) Successful in 5s
infra-docs-drift / docs-drift (pull_request) Successful in 5s
platformctl plan / auto-apply scope (pull_request) Successful in 20s
pyfallow / Pyfallow gate (control-plane) (pull_request) Successful in 18s
python-ci / Python 3.12 (pull_request) Successful in 40s
python-ci / Python 3.13 (pull_request) Successful in 41s
workflow-lint / lint (pull_request) Successful in 5s
canary-required / canary (pull_request) Successful in 13s
patchwarden-pr-sanity / sanity (pull_request) Successful in 20s
Required
Details
patchwarden-pr-sanity / collect-diff (pull_request) Successful in 4s
python-ci / Python 3.11 (pull_request) Successful in 37s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
W6d-automerge-calibration
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
automerge-candidate
class/security-sensitive
cutover-gate
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
iterating
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
large-impact
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
meta
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
needs-operator-decision
needs-triage
not-ready
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
operator-emotional
owner-attention
phase/02
phase/03
priority:p0
priority:p1
priority:p2
priority:p3
proposed
ready-for-agent
ready-for-operator
recovery
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
risk/exposure
risk/process
risk/product
risk/runtime
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
size/large
size/medium
size/small
size/tiny
size/unknown
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tier/full
tier/lite
tier/stacked
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/platform!427
No description provided.