Hi, Can you please explain how can I merge the code in cloud source repository. suppose I have created 2 repository :- A & B. A belongs to project DEV & B belongs to project PROD. Now I want to merge the code from repo-A to repo-B. How can I do it, like in GITHUB we have option of merge request for 2 branches. Also how can I ensure that as soon as code gets merged to repo-B, the cloudbuild gets triggered & it deploys the code to app engine of PROD.
Bharath KP
Hi Timothy,
I've followed the ways that is mentioned in above to mirror a github repo wo my source repository in GCP.
However, after initial authentication with github, I select a repository and click on connect repository. I keep seeing an error message "Failed to connect repositories". I read in one of the stackoverflow comments that we need to wait for a couple of days after authenticating for the keys to spread properly. Is it true? I couldn't find any logs in stackdriver as well. The same error pops up for both private and public repos