Skip to content
Snippets Groups Projects
  • Tim Jaacks's avatar
    wait_until_merge_status_is_set: always query merge request · 4c6b4621
    Tim Jaacks authored
    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.
    4c6b4621
Code owners
Assign users and groups as approvers for specific file changes. Learn more.