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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue