Hi. I am relating to a situation where I would like to submit to PR a joint change in 2 repos:
- project repo
- submodule repo
is there a method to tie these 2 changes together as connected/unified pull-request ?
if not, I will appreciate to learn about methodic alternatives.
Thanks.
Hello @Sharon Golan and welcome to Atlassian Community!
I'm afraid that pull requests are limited to the scope of a single repository, with the exception of forks, where the repositories have a relationship of parent/fork so you are allowed to create a pull request from the fork repository to the parent repo.
Unfortunately for submodules that's not available, as those are considered separate individual repositories, so you would have to create individual Pull Requests on the project repo as well as in the submodule repo.
Thank you, @Sharon Golan !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.