diff options
author | Nick Thomas <nick@gitlab.com> | 2019-04-09 12:53:07 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-04-09 12:53:07 +0000 |
commit | d95889b8a41037aa68250137b09b22b092776dfe (patch) | |
tree | 846932b5b0f86ec5edec5c9ebf2ac5bf8a9731f7 /changelogs | |
parent | 41adfde8ffa34eb45bd1d6f15ad6e80c8ef0f8a9 (diff) | |
parent | b5bcf80c9a7470ac36bdbefcb8056beff67712ae (diff) | |
download | gitlab-ce-d95889b8a41037aa68250137b09b22b092776dfe.tar.gz |
Merge branch '43263-git-push-option-to-create-mr' into 'master'
Git push options to create a merge request, set target_branch and set merge when pipeline succeeds
Closes #53198 and #43263
See merge request gitlab-org/gitlab-ce!26752
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/43263-git-push-option-to-create-mr.yml | 5 | ||||
-rw-r--r-- | changelogs/unreleased/53198-git-push-option-merge-when-pipeline-succeeds.yml | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/changelogs/unreleased/43263-git-push-option-to-create-mr.yml b/changelogs/unreleased/43263-git-push-option-to-create-mr.yml new file mode 100644 index 00000000000..d50c33da162 --- /dev/null +++ b/changelogs/unreleased/43263-git-push-option-to-create-mr.yml @@ -0,0 +1,5 @@ +--- +title: Allow merge requests to be created via git push options +merge_request: 26752 +author: +type: added diff --git a/changelogs/unreleased/53198-git-push-option-merge-when-pipeline-succeeds.yml b/changelogs/unreleased/53198-git-push-option-merge-when-pipeline-succeeds.yml new file mode 100644 index 00000000000..6fefd05049c --- /dev/null +++ b/changelogs/unreleased/53198-git-push-option-merge-when-pipeline-succeeds.yml @@ -0,0 +1,6 @@ +--- +title: Allow merge requests to be set to merge when pipeline succeeds via git push + options +merge_request: 26842 +author: +type: added |