test(actions): sync OpenCode concurrency contract - #1848
Merged
Conversation
Signed-off-by: Seongho Bae <me@seonghobae.me>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughOpenCode 리뷰 동시성 검증이 이벤트 payload 대신 검증된 PR 메타데이터를 사용합니다. PR 번호가 없으면 ChangesOpenCode 리뷰 동시성 검증
Estimated code review effort: 1 (Trivial) | ~5분 Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Sep 4, 2026
seonghobae
pushed a commit
that referenced
this pull request
Sep 6, 2026
Resolves the five-file conflict against protected main (fb2ae81): - .github/workflows/noema-review.yml and tests/test_required_workflow_queue_contract.py: main's side. This branch's e09206b keyed the Noema concurrency group on cancelled workflow_run events; main has since removed the workflow_run trigger from noema-review entirely (Noema reviews PRs standalone; the contract now asserts `workflow_run:` is absent), so there is no cancelled-run eviction left to isolate and the branch's change has no object. Both files now equal main. - scripts/ci/test_strix_quick_gate.sh: both sides added required_workflow_bootstrap_has_if; kept this branch's exactly-four-space '^ if:' (job-level keys only, the CodeRabbit-driven narrowing from bc965ea) over main's '^[[:space:]]*if:', and took main's SIGPIPE comment and its #1848 concurrency assertions. main's 20 000-line pipe-buffer fixture uses a four-space if:, so both of main's own checks still pass. - tests/test_pr_review_autofix_nvidia_nim_contract.py: REVIEW_DISPATCH_BLOB_SHA recomputed from the merged workflow (fc05ee0); neither side's value could be right because both sides edit opencode-review-dispatch.yml and git auto-merged it. - CHANGELOG.md: kept both sides' [Unreleased] bullets. The branch's delta against main is now exactly its stated scope: the npm_lock_project_dir ancestor-lock search in opencode-review-dispatch.yml, its contract tests, the quick-gate regex, the blob pin and one CHANGELOG bullet. Touched contracts: 184 passed, 1 skipped. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KPmJErfkcHer4UVEgrQxUX
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.
변경 사항
검증
bash scripts/ci/test_strix_quick_gate.sh— PASSgit diff --checkActions 계약 테스트 드리프트만 고치는 chicken-and-egg 변경입니다.
Summary by CodeRabbit