-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Requests with multiple commits trigger merge and build for only the first commit #43
Comments
It should be running against only the most recent commit. Is that what you mean by the first commit? |
Same problem here. For example I've merged the last changes from master branch into the pull requests branch and only the initial commit of the pull request it's been merged in jenkins job. |
Same problem here, only the first commit get's tested, e.g. https://github.com/hpcugent/vsc-passwords/pull/5 It keeps on building the first commit, tells me however if I check the history in the workspace, it never made it in.
I suspect this is because the Cause.ismerged() returns True? When it should not (yet), but I can not test this atm. |
If I ad myself as an admin it works, |
Given a pull request that has many commits, the build is triggered when the pull request is created.
However, when the build finishes and ghprb updates github, only the first commit in the list shows a green check.
The logs show that only the first sha was used by the plugin. Why arent the remaining commits picked up?
The text was updated successfully, but these errors were encountered: