diff options
author | Robert Speicher <rspeicher@gmail.com> | 2019-02-14 19:15:49 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2019-02-14 19:15:49 +0000 |
commit | 701303a5dba78a217d8050316b0c6ea2f2c4c519 (patch) | |
tree | 52b12353550553a809496798e6d0810da2853686 /bin | |
parent | 12058fbeb8b62b81ef40c477fe9ed1df151bbe5c (diff) | |
parent | 3f100ee9ceece89280fa0320e01318ec6f4b6d36 (diff) | |
download | gitlab-ce-701303a5dba78a217d8050316b0c6ea2f2c4c519.tar.gz |
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-x | bin/secpick | 4 |
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 |