Commit 701303a5 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'ac-secpick-template' into 'master'

Select Security Release template with secpick

See merge request gitlab-org/gitlab-ce!25246
parents 12058fbe 3f100ee9
...@@ -53,10 +53,10 @@ module Secpick ...@@ -53,10 +53,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