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:
commit
701303a5db
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue