Select Security Release template with secpick
This commit is contained in:
parent
1fc89ca945
commit
3f100ee9ce
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue