This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
fee26d777c
gitlab-org--gitlab-foss
/
lib
/
gitlab
/
slash_commands
/
result.rb
6 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add deploy chat command [ci skip]
2016-11-21 07:47:18 -05:00
module
Gitlab
Rename "Slash commands" to "Quick actions" Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-05-31 01:50:53 -04:00
module
SlashCommands
Add deploy chat command [ci skip]
2016-11-21 07:47:18 -05:00
Result
=
Struct
.
new
(
:type
,
:message
)
end
end
Copy permalink