summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-02-14 15:11:51 +0100
committerAlessio Caiazza <acaiazza@gitlab.com>2019-02-14 15:11:51 +0100
commit3f100ee9ceece89280fa0320e01318ec6f4b6d36 (patch)
treedcefbd2e55a4cb3ca9a17a2035d9f283b665b1f8 /bin
parent1fc89ca9452c814d73245ec205d8e846d8760439 (diff)
downloadgitlab-ce-3f100ee9ceece89280fa0320e01318ec6f4b6d36.tar.gz
Select Security Release template with secpick
Diffstat (limited to 'bin')
-rwxr-xr-xbin/secpick4
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