Tighten OpenCode merge scheduler#99
Merged
Merged
Conversation
Contributor
OpenCode Review Overview
|
There was a problem hiding this comment.
OpenCode Agent approved this PR.
The changes introduce new functionality for PR review and merge scheduling, including support for base branch and project flow configurations. The changes are well-tested and do not introduce regressions or security risks.
- Result: APPROVE
- Reason: No blockers found
- Head SHA:
273be8af20cb9b778980b83409da8dec56717048 - Workflow run: 27858823150
- Workflow attempt: 1
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.
Tightens the existing scheduler so it logs the configured project flow, only handles default-branch PRs, and requires current-head OpenCode approval before enabling auto-merge.\n\nValidation: python3 scripts/ci/pr_review_merge_scheduler.py --self-test; python3 -m pytest -q tests/scripts/ci/test_pr_review_merge_scheduler.py