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

View file

@ -53,10 +53,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