Skip to content

[Feature flag] Remove `skip_validations_during_transitions`"

What does this MR do and why?

This MR removes the skip_validations_during_transitions feature flag. This flag was introduced to allow us to skip validations during transitions. It's been enable by default for a while so it's safe to remove.

The transitioning? method now simply returns the value of the transitioning attribute. This means that validations will always be skipped during transitions, regardless of the value of the feature flag.

How to set up and validate locally

  1. Clone the repository and checkout this branch.
  2. Confirm changing merge request states (closed, merged, etc) doesn't break anything
  3. Confirm pipeline is passing

MR acceptance checklist

Related to #423092 (closed)


This description was generated for revision dbc81528 using AI

Edited by Gary Holtz

Merge request reports