Skip to content
Snippets Groups Projects

Enable by default Allow force push option to Protected branches [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Merged Vasilii Iakliushin requested to merge 323431_remove_feature_flag into master
Files
7
@@ -30,8 +30,6 @@ def self.protected?(project, ref_name)
end
def self.allow_force_push?(project, ref_name)
return false unless ::Feature.enabled?(:allow_force_push_to_protected_branches, project, default_enabled: :yaml)
project.protected_branches.allowing_force_push.matching(ref_name).any?
end
Loading