Zenika-Training / zenika-formation-framework

Tools to build and present our training material
8 stars 25 forks source link

Automated PRs when the model is updated #212

Open hgwood opened 6 years ago

hgwood commented 6 years ago

Idea by @Gillespie59.

It would be nice if, each time the master of https://github.com/Zenika/Formation--Modele is updated, a PR with the same update were submitted to all projects modeled after it.

The build for Formation--Modele could contain a script that calls the GitHub API to create the PR.

FBerthelot commented 6 years ago

It would be great to use this : https://greenkeeper.io/

hgwood commented 6 years ago

Not sure it's possible because Formation--Modele is not a npm dependency. Also I'm not sure the cost would be worth it.

Of course, the ideal solution would be to have no model, only the framework as a npm dependency. Easier maintenance both for the framework team and depending project teams. But that's another issue. Actually it's #143.