Skip to content

Only create unmergeable todos once

Sean McGivern requested to merge only-create-unmergeable-todo-once into master

What does this MR do?

Ensure that todos for unmergeable MRs are only created once per 'unmergeable event', even if the todo is marked as done.

Are there points in the code the reviewer needs to double check?

Don't think so!

Why was this MR needed?

MWPS status persists even if the MWPS failed, and an MR can 'become unmergeable' multiple times as we update the target branch.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/28555.

Merge request reports