takezoe / gitbucket-ci-plugin

GitBucket plug-in that adds simple CI ability to GitBucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE REQUEST] Function to run a build after a merge of pull requests.

uneme opened this issue · comments

I am not able to judge the importance of this function.
Now, this plugin does not have a function that can start a build script after a merge of pull requests.

If we override the method of merged on PullRequestHook, we can do that.

I think one important thing that we will do it is the branch that is started to build should be base branch.

How do you think about it?

I have already made a change in my forked repository for that.
master...uneme:master