Replies: 1 comment
|
Thank you for sharing this, I forwarded it to the team ✨ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We run CI tooling on top of the normal merge queue that makes sure PRs are rebased (to achieve semi-linear history, still waiting on that option 😉). The tooling works fully with
ghto manage merging, rebasing, etc. without having to do a repo checkout.As far as I can find, only
gh stack merge <nr>can work without checkout. I’m looking for the equivalent ofgh pr update-branch --rebasethat also works with stacks, because as far as I can see all other stack methods need checkouts.All reactions