Skip to content

Commit 48adbb1

Browse files
committed
updates skipping mailbaby-api-samplees issues ntifications
1 parent da12e14 commit 48adbb1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

web/github.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,16 @@
5555
throw new Exception('Empty message, not sending.');
5656
}
5757

58+
//http_response_code(200);
59+
//exit;
60+
61+
5862

5963
switch ($EventType) {
6064
case 'issues':
65+
if ($RepositoryName == 'interserver/mailbaby-api-samples') {
66+
break;
67+
}
6168
$Issue = $Message['issue'];
6269
$IssueUrl = $Issue['html_url'];
6370
$IssueTitle = $Issue['title'];
@@ -71,7 +78,7 @@
7178
}
7279

7380
$Msg['text'] = $ChatMsg;
74-
SendToChat('int-dev', $Msg);
81+
SendToChat('notifications', $Msg);
7582
break;
7683

7784
case 'pull_request':

0 commit comments

Comments
 (0)