Merge branch 'dm-target-branch-slash-command-desc' into 'master'
Update /target_branch slash command description to be more consistent See merge request !12175
This commit is contained in:
commit
42aaae9916
2 changed files with 5 additions and 1 deletions
|
@ -410,7 +410,7 @@ module SlashCommands
|
|||
params '@user'
|
||||
command :cc
|
||||
|
||||
desc 'Define target branch for MR'
|
||||
desc 'Set target branch'
|
||||
explanation do |branch_name|
|
||||
"Sets target branch to #{branch_name}."
|
||||
end
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Update /target_branch slash command description to be more consistent
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue