summaryrefslogtreecommitdiff
path: root/bin/secpick
diff options
context:
space:
mode:
Diffstat (limited to 'bin/secpick')
-rwxr-xr-xbin/secpick4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/secpick b/bin/secpick
index 8f956d300a7..04b3be743a3 100755
--- a/bin/secpick
+++ b/bin/secpick
@@ -55,10 +55,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