diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-03 17:36:17 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-02-03 17:36:17 +0000 |
commit | 0dc365914c682965774e475921117f4aee359a9b (patch) | |
tree | e6ad7c273bc558346d2ff3dfc51d1e22c2b56e3e /doc | |
parent | bd8f2b15b3d5267075a626ce86f3a06cc650fcbf (diff) | |
parent | 9bb08a7e53b22d7af8484e3921b6fe51996ca981 (diff) | |
download | gitlab-ce-0dc365914c682965774e475921117f4aee359a9b.tar.gz |
Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'
Adds /target_branch slash command functionality for merge requests
Closes #23619
See merge request !7216
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/slash_commands.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md index a6546cffce2..a53c547e7d2 100644 --- a/doc/user/project/slash_commands.md +++ b/doc/user/project/slash_commands.md @@ -34,3 +34,4 @@ do. | `/remove_estimate` | Remove estimated time | | <code>/spend <1h 30m | -1h 5m></code> | Add or substract spent time | | `/remove_time_spent` | Remove time spent | +| `/target_branch <Branch Name>` | Set target branch for current merge request | |