Home

Awesome

Copybara Action

Google's Copybara is a great tool for transforming and moving code between repositories.

This action comes with sensible defaults to make it very easy for you to use Copybara with Github but is also 100% customizable so you can use it with your own config, your own Docker image.

♾️ Default flow

 Source of Truth                  Destination

+---------------+   Copybara   +---------------+
|     Branch    +------------> |     Branch    |
+-------+-------+              +---------------+
        ^
        |
        |
+-------+-------+   Copybara   +---------------+
| Pull Requests | <------------+ Pull Requests |
+---------------+              +---------------+

This is the flow used for this action's basic usage, you can make it whatever you want it to be in advanced usage.

πŸ”₯ Basic usage

🧨 Advanced usage

πŸ”˜ All options

πŸ’š Contributing

πŸ’¬ Support