Open baedorf opened 1 year ago
@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.
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?