Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2019-03-21 17:48:40 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-25 13:53:44 +0300
commit2a4fe8d84f699fd125dbc0f9ee8f304ffdcc641a (patch)
treeb12334b614e57c2aceb53202709bb4089d9ecd17 /changelogs
parentb223a103fa36efe553e37396dfb5ff2cab095876 (diff)
Merge branch '59289-fix-push-to-create-protected-branches' into 'master'
Allow users to create protected branches via CLI Closes #59289 See merge request gitlab-org/gitlab-ce!26413 (cherry picked from commit b36fc6d51d7b70b25be62d3e6a1a2da616975770) 438485ef Allow users to create protected branches via CLI
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml b/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml
new file mode 100644
index 00000000000..76dd63fef7a
--- /dev/null
+++ b/changelogs/unreleased/59289-fix-push-to-create-protected-branches.yml
@@ -0,0 +1,6 @@
+---
+title: Allow users who can push to protected branches to create protected branches
+ via CLI
+merge_request: 26413
+author:
+type: fixed