Skip to content

fix: mr merge priviledge

Clement Sam requested to merge fix-mr-merge into trunk

Fetching multiple MRs does not return many major params in the reponse payload including user: {"can_merge": boolean} parameter which is needed to check if a user can merge the merge request. It is returned with the response payload of the single MR endpoint so we fetch again using the single MR endpoint

Resolves #268 (closed)

Merge request reports