diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2019-01-28 12:21:42 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2019-01-28 12:51:37 +0100 |
commit | e4db1a615b9f30574c063bda9f6183654f74586e (patch) | |
tree | fa720c79e5f429f7900461f9974a93b0d98bde29 /bin | |
parent | 436a43346729745b3aeba214b27de937c65f062e (diff) | |
download | gitlab-ce-e4db1a615b9f30574c063bda9f6183654f74586e.tar.gz |
Create security release MR template
Improve existing issue templates for security releases
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/secpick | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/secpick b/bin/secpick index 3d032f696a2..be120a304c9 100755 --- a/bin/secpick +++ b/bin/secpick @@ -57,8 +57,8 @@ module Secpick merge_request: { source_branch: source_branch, target_branch: security_branch, - title: "WIP: [#{@options[:version].tr('-', '.')}] ", - description: '/label ~security' + title: "[#{@options[:version].tr('-', '.')}] ", + description: '/label ~security ~"Merge into Security"' } } end |