Handling related PRs between repositories #149727
Unanswered
rantoniuk
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I have a usecase in which I have 3 repositories:
git-submodule
git-submodule
Now, the QA workflow that we want is that when a new PR is opened to
git-submodule
repo, related PRs are automatically opened into the other two repositories. This is already working via GH Python client ✅Let's say now, than the approval process requires that when
microserviceB
PR is merged, the parent/related PRs inmicroserviceA
andgit-submodule
are automatically merged.❓ Is it possible to somehow link the PRs between repositories? Or do I need e.g. to create an artificial label or search by PR title..
If Merge Queues would support cross-repositories, that would be awesome :-)
Beta Was this translation helpful? Give feedback.
All reactions