Codify draft-until-vetted PR flow in agent-workflow.md#22
Merged
Conversation
jbeda
marked this pull request as ready for review
July 22, 2026 01:26
jbeda
force-pushed
the
import-draft-until-vetted
branch
from
July 22, 2026 01:28
35fc3da to
842dd7a
Compare
Open a PR as a draft on first push, keep it a draft while the review loop runs, and flip it to ready with `gh pr ready` as soon as the loop clears with no blocking findings. Do not wait for or poll CI: `main` is branch-protected on the required checks (build-test and the DCO check), so the merge is held until CI is green regardless. A ready PR means the review loop vetted it. Signed-off-by: Joe Beda <joe@stacklok.com>
jbeda
force-pushed
the
import-draft-until-vetted
branch
from
July 22, 2026 01:33
842dd7a to
11e8d93
Compare
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.
Codifies a draft-until-vetted PR flow into
.claude/rules/agent-workflow.md. A PR opens as a draft on first push, stays a draft while the review loop runs, and flips to ready (gh pr ready) as soon as the loop clears with no blocking findings.mainis now branch-protected on the required checks (build-testand the DCOcheck), so the merge is held until CI is green regardless. That means ready can mean simply "the review loop vetted it" — no waiting on CI, and no polling for it.Docs-only; no code change.
🤖 Generated with Claude Code