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
1 changed files with 2 additions and 2 deletions

View File

@ -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