fix(gitlab): getPrFiles throw `TypeError: files.map is not a function`. (#2761)
In `getPrFiles` function, when requesting MR changes to GitLab API (in order to return files modified by the MR), we should iterate over `changes` property in the HTTP body response, and return `new_path` as the filename. See: https://docs.gitlab.com/ee/api/merge_requests.html#get-single-mr-changes
Please register or sign in to comment