Fix bug in Merge When Checks Pass needing a pipeline
Compare changes
- Marc Shaw authored
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/144553 Changelog: fixed
@@ -4,6 +4,17 @@ module AutoMerge
Merge When Checks Pass should function when a pipeline does not exist, and is not needed. Currently we inherit from MergeWhenPipelineSucceeds which requires a pipeline.
To test:
merge_when_checks_pass
and additional_merge_when_checks_ready
feature flags are onRelated to: #441316 (closed)
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/144553 Changelog: fixed