fix: use PR base SHA for manual Strix targets - #135
Closed
seonghobae wants to merge 1 commit into
Closed
Conversation
seonghobae
force-pushed
the
codex/fix-strix-manual-target-base-sha
branch
from
June 29, 2026 11:48
248c46a to
d83a14a
Compare
Contributor
Author
|
Superseded by #134. The lower-numbered PR now carries the manual target-repository Strix base-SHA fix and the central review-process fallback work, so keeping this duplicate open only adds review/check noise. |
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.event.inputs.pr_base_shaas the target workspace SHA for manual Strix PR evidence runsgithub.shaonly as a non-PR workflow_dispatch fallbackWhy
Manual Strix runs that target another repository must fetch a commit that exists in that target repository. The current workflow used the central
.githubworkflow SHA during workflow_dispatch, causingupload-pack: not our refwhen the target repository wasaFIPCor another repo.Validation
git diff --checkpy -m pytest -q tests/test_pr_governance_audit_contract.py tests/test_opencode_review_normalize_output.py(19 passed)bash scripts/ci/test_strix_quick_gate.shafter LF-normalizing CRLF checkout copies of helper shell scripts for local Windows execution (test_strix_quick_gate: PASS)