From 03ba5fbcf23a1cf26f98fb1b3b3ee3cc368e9eca Mon Sep 17 00:00:00 2001 From: Romain Barissat Date: Wed, 7 Oct 2020 09:31:06 +0700 Subject: [PATCH 1/2] Add Copybara Action Added [Copybara Action](https://github.com/olivr/copybara-action), an action to move and transform code between repositories (ideal to maintain several repos from one monorepo) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..5451319 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) +- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo) ### Collection of Actions From dc90f3a53abddf29ae2f81f11109d52673083b9b Mon Sep 17 00:00:00 2001 From: Romain Barissat Date: Wed, 7 Oct 2020 09:33:00 +0700 Subject: [PATCH 2/2] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5451319..9d5d67c 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) -- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo) +- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). ### Collection of Actions