diff options
author | Alessio Caiazza <acaiazza@gitlab.com> | 2019-02-14 15:11:51 +0100 |
---|---|---|
committer | Alessio Caiazza <acaiazza@gitlab.com> | 2019-02-14 15:11:51 +0100 |
commit | 3f100ee9ceece89280fa0320e01318ec6f4b6d36 (patch) | |
tree | dcefbd2e55a4cb3ca9a17a2035d9f283b665b1f8 /bin | |
parent | 1fc89ca9452c814d73245ec205d8e846d8760439 (diff) | |
download | gitlab-ce-3f100ee9ceece89280fa0320e01318ec6f4b6d36.tar.gz |
Select Security Release template with secpick
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 8f956d300a7..04b3be743a3 100755 --- a/bin/secpick +++ b/bin/secpick @@ -55,10 +55,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 |