iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

Create a Github action to update the repositories regularly #89

Closed iesahin closed 2 years ago

iesahin commented 3 years ago

We can have a Github action that runs each generate.sh script.

Instead of pushing directly, it can create a PR in the target (generated) repository.

shcheklein commented 3 years ago

We need to force push though (to rewrite all the commits pretty much). Not sure PR can do that.

shcheklein commented 2 years ago

Closing this, seems it can complicate things and can be fragile.