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
merged_by
Gitlab 14.7 deprecates the merged_by field in their merge request API - planned removal is for Gitlab 16.0 (2023-05-22): https://docs.gitlab.com/ee/update/deprecations.html#merged_by-api-field
They introduced a new field merge_user to replace it, so it should probably be used instead, deprecating the existing merged_by.
merge_user
The text was updated successfully, but these errors were encountered:
Add mergeUser to MergeRequest
4553e1c
Fixes gitlab4j#889
0bab73d
Add mergeUser to MergeRequest (#910)
3f55ecf
Fixes #889
Successfully merging a pull request may close this issue.
Gitlab 14.7 deprecates the
merged_by
field in their merge request API - planned removal is for Gitlab 16.0 (2023-05-22): https://docs.gitlab.com/ee/update/deprecations.html#merged_by-api-fieldThey introduced a new field
merge_user
to replace it, so it should probably be used instead, deprecating the existingmerged_by
.The text was updated successfully, but these errors were encountered: