We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eea746 + df2c77c commit 385ba70Copy full SHA for 385ba70
src/scripts/gitlab.coffee
@@ -88,8 +88,7 @@ module.exports = (robot) ->
88
else
89
switch hook.object_kind
90
when "issue"
91
- robot.send user, "Issue #{bold(hook.object_attributes.id)}: #{hook.object_attributes.title} (#{h
92
-ook.object_attributes.state})"
+ robot.send user, "Issue #{bold(hook.object_attributes.id)}: #{hook.object_attributes.title} (#{hook.object_attributes.state})"
93
when "merge_request"
94
robot.send user, "Merge Request #{bold(hook.object_attributes.id)}: #{hook.object_attributes.title} (#{hook.object_attributes.state}) between #{bold(hook.object_attributes.source_branch)} and #{bold(hook.object_attributes.target_branch)}"
95
if hook.object_attributes.description
0 commit comments