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

Select Security Release template with secpick

See merge request gitlab-org/gitlab-ce!25246
This commit is contained in:
Robert Speicher 2019-02-14 19:15:49 +00:00
commit 701303a5db
1 changed files with 2 additions and 2 deletions

View File

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