Skip to content

Fix Merge Request ID mismatch

Aishwarya Subramanian requested to merge fix-mr-id-mismatch into master

gitlab-org/gitlab project pipelines are failing in Danger job due to Merge request ID mismatch.

Given the Changelog docs recommend to define merge_request as an Integer, we should probably be returning Danger::Helper#mr_iid in the same format to ensure the check happens correctly.

Mentions https://gitlab.com/gitlab-org/gitlab-dangerfiles/-/issues/8

Edited by Aishwarya Subramanian

Merge request reports