Skip to content

Approval & Unapproval Webhooks

What does this MR do?

This adds a new webhook action to merge requests. Currently the "Approved" and "Unapproved" webhooks only fire if the approvals required threshold is met. My current issue is that we have 5+ approvals required on some MR and can take 1-2 weeks to review, I have setup the system to trigger a "approval" webhook action on each approval leading up to the minimum threshold. Once the threshold is met a "approved" action is sent. The same happens in reverse for unapprovals with a "unapproved" and "unapproval" actions.

What are the relevant issue numbers?

N/A

Does this MR meet the acceptance criteria?

Edited by Zachary Brady

Merge request reports