We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362343e commit ade0927Copy full SHA for ade0927
1 file changed
web/github.php
@@ -86,6 +86,7 @@
86
break;
87
case 'check_suite':
88
case 'check_run':
89
+ case 'workflow_run':
90
91
default:
92
$ChatMsg = "{$Msg['alias']} triggered a {$EventType} event ".(isset($Message['action']) ? $Message['action'].' action ' : '')." notification on https://github.com/{$RepositoryName} ".(isset($Message['ref']) ? str_replace('refs/heads/', '', $Message['ref']) : '').".";
0 commit comments