Skip to content

Filter committers with merge commits as well when users are loaded

Patrick Bajao requested to merge pb-committers-loaded-with-merge-commits into master

What does this MR do and why?

Previously, we are only passing with_merge_commits: true when calling MergeRequest#committers if users aren't loaded yet.

To be consistent, we should also pass with_merge_commits: true when users are already loaded.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports