We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da12e14 commit 48adbb1Copy full SHA for 48adbb1
1 file changed
web/github.php
@@ -55,9 +55,16 @@
55
throw new Exception('Empty message, not sending.');
56
}
57
58
+ //http_response_code(200);
59
+ //exit;
60
+
61
62
63
switch ($EventType) {
64
case 'issues':
65
+ if ($RepositoryName == 'interserver/mailbaby-api-samples') {
66
+ break;
67
+ }
68
$Issue = $Message['issue'];
69
$IssueUrl = $Issue['html_url'];
70
$IssueTitle = $Issue['title'];
@@ -71,7 +78,7 @@
71
78
72
79
73
80
$Msg['text'] = $ChatMsg;
74
- SendToChat('int-dev', $Msg);
81
+ SendToChat('notifications', $Msg);
75
82
break;
76
83
77
84
case 'pull_request':
0 commit comments