monorepo-split-github-action
monorepo-split-github-action copied to clipboard
Github Action for Monorepo Split
Hi I'm using this github action on my monorepo. Since it's still a WIP all I had is a main branch and I was pushing to other repositories to the...
Also added a makefile for local testing these functionalities against the account in .env file
While working on #20 I run into an issue with empty target repositories: brand new repositories are empty and don't have any commit, but his action fails pushing changes those...
Fixes #17 It is still not fully working, since #19 is happening. When that's fixed, this PR can change to Ready.
In this code in `entrypoint.php`: ```php exec($copyGitDirectoryCommandLine, $outputLines, $exitCode); if ($exitCode === 1) { die('Command failed'); } ``` ...the php `die` is only printing the message on screen, but it...
I had set-up the wrong credentials in `ACCESS_TOKEN`. With version `1.1` when doing `git push`, it printed the Git error, and the process failed. With this new version in PHP,...
It looks like #34 has introduced an issue for us. Since the change was made, our releases have started failing, the action is still marked as successful. Here's a log...
This avoids pushing "empty" tags to split repositories when their content did not change. This mimics the Symfony monorepo behavior, as it applies only to patch versions, e.g. 2.3.1. For...
We'd like to not require user access tokens and instead make use of a [write-access deploy key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys) to the other repository for the split.