We've gone through a rebranding and want to rename our GitHub organization. What we're not sure of is how, or if, that will effect our existing Cloud Build triggers (and connected repositories).
I haven't been able to find any documentation about what will happen.
Does anyone know or have tried themselves? Would we need to setup all repositories and triggers from scratch? (Would be scary since we do all deploys through Cloud Build triggers.)
Hi @jbl-polar ,
According to the API, you can't. You only have to create and delete for a repository, no update.
The best way is to create a new repository and then to delete the current one.
Regards,
Marc