From 9bb08a7e53b22d7af8484e3921b6fe51996ca981 Mon Sep 17 00:00:00 2001 From: YarNayar Date: Tue, 31 Jan 2017 16:27:29 +0300 Subject: Adds /target_branch slash command functionality for merge requests Allows to use slash command /target_branch in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619 --- doc/user/project/slash_commands.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 | | /spend <1h 30m | -1h 5m> | Add or substract spent time | | `/remove_time_spent` | Remove time spent | +| `/target_branch ` | Set target branch for current merge request | -- cgit v1.2.1