Cross-repository (or, project-level) PR with multiple branches from different repositories #13733
Unanswered
achimnol
asked this question in
Pull Requests
Replies: 1 comment 3 replies
-
This would be awesome. Would solve a lot of issues in the multi repo workflow. Especially for automated testing across repos |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the introduction of the new projects and considering my organization's multi-repository workflows, I'd like to bundle multiple topic branches in different repositories under a single PR, review them together in a single view (multiple file trees in the "files" tab).
The status of PR would be an aggregation of the branch status: closed if all belonging branches are either merged or closed.
Related discussions:
In my case, individual repositories are dedicated to individual Python packages, but the whole project works with at least 5 of them to be installed together. (Imagine OpenStack's distributed, multi-component architecture.)
I and my colleagues often forget to update a component among those 4-5 components when working on a topic, and when reviewing the same also happens.
As an alternative, I have investigated another way: the mono-repository approach, but this complicates the CI workflows too much.
Beta Was this translation helpful? Give feedback.
All reactions