-
- Downloads
Adds /target_branch slash command functionality for merge requests
Allows to use slash command /target_branch <target_branch_name> in merge requests notes and description. Command allows to specify target branch for current merge request. Proposed in #23619
Showing
- app/services/slash_commands/interpret_service.rb 12 additions, 0 deletionsapp/services/slash_commands/interpret_service.rb
- changelogs/unreleased/Add-a-shash-command-for-target-merge-request-branch.yml 4 additions, 0 deletions...d/Add-a-shash-command-for-target-merge-request-branch.yml
- doc/user/project/slash_commands.md 1 addition, 0 deletionsdoc/user/project/slash_commands.md
- spec/features/merge_requests/user_uses_slash_commands_spec.rb 74 additions, 0 deletions.../features/merge_requests/user_uses_slash_commands_spec.rb
- spec/services/slash_commands/interpret_service_spec.rb 32 additions, 0 deletionsspec/services/slash_commands/interpret_service_spec.rb
Please register or sign in to comment