aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.

Home Page:https://aleksandr-m.github.io/gitflow-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pull request on feature branch because of needed review

baedorf opened this issue · comments

Normally, I would implement a feature and a colleage should review the implementation before merging the feature into develop.
After finishing the review, the plugin should be executed to merge feature into develop.
Is this possible?

@baedorf What exactly? What do you want plugin to do?

I don't know if its part of gitflow strategy, perhaps I need an additional goal like feature-review.
This should create a pull request. Within this pull request, a code reviews can be performed. After review is finished (organizational task), feature-finish should merge pull request and update dependencies/versions like in actual implementation.

Pull request where?
For example when using gitlab, merge requests can be created using git push options. See readme to configure this in plugin.

I need the for github and can't find push options as linked in gitlab.
Could you please provide an example on how to perform this with yout plugin?

AFAIK GitHub doesn't provide means of automatically creating PR-s from commits.