Skip to content

Use the event store logic when all discussions are resolved

What does this MR do and why?

Originally we were manually running the auto merge process after the discussions were resolved. Now we have the event store, and the other events that may merge an MR use the event store, so we should move the discussions resolved over to the event store too.

To Test:

  • Turn on merge_when_checks_pass feature flag
  • Create an MR that is mergeable except discussions
  • Set MWCP
  • Resolve discussion
  • MR should merge

Related to #448648 (closed)

Edited by Marc Shaw

Merge request reports