takezoe / gitbucket-ci-plugin

GitBucket plug-in that adds simple CI ability to GitBucket.
Apache License 2.0
52 stars 13 forks source link

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

Closed uneme closed 4 years ago

uneme commented 4 years ago

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. https://github.com/takezoe/gitbucket-ci-plugin/compare/master...uneme:master