pub fn mr_mergeability_changed(
mr_id: &str,
title: &str,
old: &str,
new: &str,
web_url: &str,
)Expand description
Notify that an MR’s mergeability status has changed. Accepts string labels so this crate stays independent of gitlab-tracker model types.