Skip to content

Trigger webhooks when all discussions have been resolved

What does this MR do?

Triggers :merge_request_hooks when all discussion have been resolved.
Partially-fixes: #26234 (closed)

How to setup and validate locally

  1. Start GitLab instance gdk start
  2. Add a webhook address to the project > Settings > Webhooks.
  3. Enable "All discussion must be resolved" under project > Settings > Merge Request.
  4. Open a discussion in an MR.
  5. Resolve the discussion and check the webhook address for a webhook event.

Conformity

Edited by Lucas Zampieri

Merge request reports