Trigger mergeRequestMergeStatusUpdated when MR is closed
Problem to solve
We want the merge widget to show updated status when MR is closed or reopened.
Proposal
Trigger the mergeRequestMergeStatusUpdated
subscription when:
- MR is closed.
-
MR is re-opened(not needed anymore since we transitionmerge_status
tounchecked
on reopen and we already have a trigger when that happens).
We can trigger the subscription in MergeRequests::CloseService
.
This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.
Edited by Patrick Bajao