Fix MergeRequest's MergeUser for non-MWPS merges in GraphQL API
Field MergeUser used to always be nil for merges done without Merge When Pipeline Succeeds function, despite documentation stating that it returns 'User who merged this merge request'. I change it so that it works for MR without MWPS. I've also clarified that mergeUser will be returned as soon as MWPS is set, even before the merge actually happens. Changelog: fixed
Showing
Please register or sign in to comment