We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af32716 commit 721a658Copy full SHA for 721a658
1 file changed
web/github.php
@@ -156,6 +156,13 @@
156
$Msg['text'] = $ChatMsg;
157
//SendToChat('notifications', $Msg, $useRC, $useTeams);
158
break;
159
+ case 'gollum':
160
+ $ChatMsg = "ℹ️ {$Msg['alias']} triggered a **{$EventType}** event "
161
+ . (isset($Message['data']['pages'][0]['action']) ? "({$Message['data']['pages'][0]['action']} [{$Message['data']['pages'][0]['title']}]({$Message['data']['pages'][0]['html_url']})) " : "")
162
+ . "on [{$RepositoryName}](https://github.com/{$RepositoryName}).";
163
+ $Msg['text'] = $ChatMsg;
164
+ SendToChat('notifications', $Msg, $useRC, $useTeams);
165
+ break;
166
167
default:
168
$ChatMsg = "ℹ️ {$Msg['alias']} triggered a **{$EventType}** event "
0 commit comments