Skip to content

Conversation

@bvdbasch
Copy link
Contributor

The Gitlab merge request API added support for automatically rebasing the source_branch of the merge request against its target_branch (see: https://docs.gitlab.com/ee/api/merge_requests.html#rebase-a-merge-request). The code contained in this commit implements this feature.

  • Add Rebase MR API call
  • Add test for rebase MR

The Gitlab merge request API added support for automatically rebasing the source_branch of the merge request against its target_branch (see: https://docs.gitlab.com/ee/api/merge_requests.html#rebase-a-merge-request). The code contained in this commit implements this feature.

* Add Rebase MR API call
* Add test for rebase MR
@m1guelpf m1guelpf merged commit 053a5f3 into GitLabPHP:master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants