Create a branch/issue which affects 2 different repository
I have created an issue which affects 2 of the repositories (let’s say gateway & auth)
The issue added to the auth repo but the gateway also will be effected.
creating a branch on the auth repo, fetch, and work on it doesn’t affect the gateway. So manually I need to repeat (create an issue and make a branch) on the gateway too.
Is there any way to make an issue and create a branch that targets two repositories at once?
Thank you