You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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)
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).
The text was updated successfully, but these errors were encountered: