We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
It is possible to accept a Merge Request with:
PUT /projects/:id/merge_requests/:merge_request_id/merge
according to the docs.
Is there a way, to do this with python-gitlab?
I have a ProjectMergeRequest object by calling gitlab.project_mergerequests.get(project_id=1, id=1), but I cannot find any accept method nor field.
ProjectMergeRequest
gitlab.project_mergerequests.get(project_id=1, id=1)
accept
Is it possible?
Thanks!
The text was updated successfully, but these errors were encountered:
ah, possible duplicate of #105. would you release a version that has this feature? thanks!
Sorry, something went wrong.
I release 0.13, you can use the merge() method.
No branches or pull requests
Hi,
It is possible to accept a Merge Request with:
according to the docs.
Is there a way, to do this with python-gitlab?
I have a
ProjectMergeRequest
object by callinggitlab.project_mergerequests.get(project_id=1, id=1)
, but I cannot find anyaccept
method nor field.Is it possible?
Thanks!
The text was updated successfully, but these errors were encountered: