summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands/command.rb
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2019-01-30 11:10:04 +1300
committerJames Fargher <proglottis@gmail.com>2019-02-07 10:55:30 +1300
commitbdd1bac2f0ca6760376ae422c68ba9c787c199c3 (patch)
tree2b90be8ecb8f93c75ccd5247c6d47e330d70b7e1 /lib/gitlab/slash_commands/command.rb
parentf67690057b4711654f71565999040c1819aa0323 (diff)
downloadgitlab-ce-bdd1bac2f0ca6760376ae422c68ba9c787c199c3.tar.gz
Move ChatOps to Coremove_chatops_to_core
ChatOps used to be in the Ultimate tier.
Diffstat (limited to 'lib/gitlab/slash_commands/command.rb')
-rw-r--r--lib/gitlab/slash_commands/command.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/slash_commands/command.rb b/lib/gitlab/slash_commands/command.rb
index 474c09b9c4d..7c963fcf38a 100644
--- a/lib/gitlab/slash_commands/command.rb
+++ b/lib/gitlab/slash_commands/command.rb
@@ -9,7 +9,8 @@ module Gitlab
Gitlab::SlashCommands::IssueNew,
Gitlab::SlashCommands::IssueSearch,
Gitlab::SlashCommands::IssueMove,
- Gitlab::SlashCommands::Deploy
+ Gitlab::SlashCommands::Deploy,
+ Gitlab::SlashCommands::Run
]
end