Closed bdovh closed 6 months ago
I am agreed, it can be fixed.
@devenes My implementation is quite naive https://github.com/actions-js/push/pull/14/files - you may decide if you would like to hide it under configuration parameter or something like that
Thanks for working on this issue @bdovh. I am sure it will be very useful. I'm so excited to use this feature! We can define an option for use.
We have often several CI jobs invoked simultaneously, and the first one executes succesfully while the second one fails
If we could just perform
git pull --rebase
or any pull, it would partially solve this problem unless there are conflicts. At least for the case when there are no conflicts, I would prefer my CI not to fail. I can fork this repo and create a PR with a fix