Skip to content

wait_until_merge_status_is_set: always query merge request

Tobias Kahlki requested to merge always-query-mr-state into master

The function used to rely on the given merge request object without checking its current state. If the given object was not in one of the "unchecked" states, it returned immediately. The state, however, could have changed between its last query and the call of this function, so it now checks the state first before deciding anything.

Merge request reports

Loading