Support stacking PRs across repositories #222
Closed
starboardtolkien
started this conversation in
Feedback
Replies: 1 comment
|
This is an interesting concept we have discussed, but it is outside the scope of stacked PRs, which are limited to a single git repo. Coordinating merges across separate repos would likely involved a completely separate concept — one that is less "stacked" and more akin to "groups." |
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.
Plenty of projects are split across multiple repos, for example separate frontend/backend, shared libraries, microservices, schema/proto repos, and so on. A single feature frequently needs PRs across several repos.
All reactions