Skip to content

Remove use of skip_callback in MergeRequest factory

Toon Claes requested to merge tc-fix-skip-callback into master

What does this MR do?

Instead of skipping a callback, stub it on the instance, this avoids messing up the factory for any future use.

See #247865

Merge request reports