I'm evaluating Copybara but the lack of documentation makes it a bit hard to understand some basic concepts.
Let's suppose there a private repo A and a public repo B, both hosted on Github. B is a filtered version of A, in the sense that some files and folders are removed. Most work (internal) will happen on A, but some public contributions might happen on B as pull requests. My understanding so far is that I would have to setup webhooks on both repos. On A to mirror branches to B on commits, and on B to mirror PRs to A.
Is my understanding correct?
thank you for the product and your attention!
I'm evaluating Copybara but the lack of documentation makes it a bit hard to understand some basic concepts.
Let's suppose there a private repo A and a public repo B, both hosted on Github. B is a filtered version of A, in the sense that some files and folders are removed. Most work (internal) will happen on A, but some public contributions might happen on B as pull requests. My understanding so far is that I would have to setup webhooks on both repos. On A to mirror branches to B on commits, and on B to mirror PRs to A.
Is my understanding correct?
thank you for the product and your attention!