Commit 3f100ee9 authored by Alessio Caiazza's avatar Alessio Caiazza

Select Security Release template with secpick

parent 1fc89ca9
...@@ -55,10 +55,10 @@ module Secpick ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment