You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change code_owner_approval_required from optional/computed to optional/default
This means that users who have managed this flag out of band in the past will see diffs after upgrading plugin versions, but based on my reading this is preferable to using the computed flag for backward-compatibility.
// Update the Branch Protection to get back to initial settings.
79
-
// Since code_owner_approval_required is an optional setting, it does not revert to its original setting.
80
-
// This test ensures that the addition of this optional value is backward compatible and does not overwrite existing settings in GitLab when it is unset.
79
+
// Attempting to update code owner approval setting on CE should fail safely
0 commit comments