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
path: root/bin
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-02-14 22:15:49 +0300
committerRobert Speicher <rspeicher@gmail.com>2019-02-14 22:15:49 +0300
commit701303a5dba78a217d8050316b0c6ea2f2c4c519 (patch)
tree52b12353550553a809496798e6d0810da2853686 /bin
parent12058fbeb8b62b81ef40c477fe9ed1df151bbe5c (diff)
parent3f100ee9ceece89280fa0320e01318ec6f4b6d36 (diff)
Merge branch 'ac-secpick-template' into 'master'
Select Security Release template with secpick See merge request gitlab-org/gitlab-ce!25246
Diffstat (limited to 'bin')
-rwxr-xr-xbin/secpick4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/secpick b/bin/secpick
index 99f4e871f72..d01304285b6 100755
--- a/bin/secpick
+++ b/bin/secpick
@@ -53,10 +53,10 @@ module Secpick
def gitlab_params
{
+ issuable_template: 'Security Release',
merge_request: {
source_branch: source_branch,
- target_branch: stable_branch,
- description: '/label ~security'
+ target_branch: stable_branch
}
}
end