Creating merge requests
Opened this issue · 1 comments
mcepl commented
When I push a new commit to my GitLab repository, I would love to be able to create a new merge request in Gitlab (as I can make a new review on Gerrit, for example).
luettenberg commented
Would love this feature too. But i would prefer creating merge requests on an existing issue not on a push (that should be implemented by gitlab itself like issue closing).
Workflow for new issues could be:
- Create an issue
- Choose an issue and decide to work on it (-> activate task)
- On activation you are asked if you want to create a new online feature branch with mr (should be configurable) if it does not exist yet
- If user confirms, create branch and merge request (with "WIP:" perfix) from repositories default branch (default master)
- Fill task with new informations like regarding links to merge request
Workflow could end up like this:
- Working on that issue
- If ready change status (but not close it) of task and remove prefix "WIP:" from merge request
- Handle merge request in gitlab (gitlab automatically closes issue if you have configured it correctly)