review_queue_frontend
and submit the entire stack of 3 branches to GitHub with Graphite:gt stack submit
gives you interactive prompts to help you create pull requests for each branch:gt user editor --set <editor>
(i.e. gt user editor --set vim
).--reviewers
or -r
to manually specify reviewers for the new pull requests. By default, Graphite will just assign any reviewers specified by CODEOWNERS files in your repo.--draft/--no-draft
boolean flag to toggle the draft status of PRs in your stack. For example, you might open your PRs initially in draft mode, and then later run gt stack submit --
no-draft
to change all PRs in your stack to "ready for review."