Select Security Release template with secpick

This commit is contained in:
Alessio Caiazza 2019-02-14 15:11:51 +01:00
parent 1fc89ca945
commit 3f100ee9ce

View file

@ -55,10 +55,10 @@ module Secpick
def gitlab_params def gitlab_params
{ {
issuable_template: 'Security Release',
merge_request: { merge_request: {
source_branch: source_branch, source_branch: source_branch,
target_branch: stable_branch, target_branch: stable_branch
description: '/label ~security'
} }
} }
end end