We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721a658 commit 603b3d1Copy full SHA for 603b3d1
1 file changed
web/github.php
@@ -64,7 +64,7 @@
64
$useTeams = true;
65
switch ($EventType) {
66
case 'issues':
67
- if ($RepositoryName == 'interserver/mailbaby-api-samples') {
+ if (in_array($RepositoryName, ['interserver/mailbaby-api-samples', 'detain/interserver-api-samples'])) {
68
$useTeams = false;
69
break;
70
}
0 commit comments