Skip to content

Commit ade0927

Browse files
committed
update hiding workflow run events from the github webhook notifications
1 parent 362343e commit ade0927

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web/github.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
break;
8787
case 'check_suite':
8888
case 'check_run':
89+
case 'workflow_run':
8990
break;
9091
default:
9192
$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

Comments
 (0)