Request for automatic lscsoft/master pushing into CW/master
Hi @adam-mercer,
there's still an open question for how we can best keep our CW/master up to date with lscsoft/master in an automatic way.
A nice idea Oliver just suggested is to simply use the git-hooks and/or gitlab CD mechanism for this: ie I would like to request an additional rule to be added add to .gitlab-ci.yml, which would do a push of lscsoft/master into CW/master for any merge or ff that happens on lscsoft/master. We're not allowing any merges onto CW/master, so this should always be a ff-push. This or something equivalent (git hooks?) seems to me also like the best, most robust way to handle this.
Would you be willing to add such a rule?