-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Currently a manual push to gitlab is needed. That is error prone.
Examine the following solutions:
- make GitHub push to GitLab automatically (AFAIK not possible)
- make GitLab fetch from GitHub automatically (last time I've checked it was not possible, cc @jirutka)
- use a CI service to push to GitLab (tedious but indeed possible)
Most important: master to master.
Less important but nice to have: Pull Request to extra branch for preview.
Reactions are currently unavailable