gitlab-org--gitlab-foss/changelogs/unreleased/mrchrisw-22740-merge-api.yml
Chris Wilson e670cb271e Fix updating merge_when_build_succeeds via merge API endpoint
When updating a merge request via the `/merge` endpoint we
check the `mergeable` and `mergeable_state` status, these will return
`false` if the application option only_allow_merge_if_pipeline_succeeds is
enabled. We should skip CI checks if the request uses the
merge_when_pipeline_succeeds param

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22740
2017-04-24 20:51:05 +10:00

4 lines
103 B
YAML

---
title: Fix updating merge_when_build_succeeds via merge API endpoint
merge_request: 10873
author: