Skip to content

Commit 579fb2a

Browse files
committed
update hiding all notficiations for sugarcraft*
1 parent 5fcabaa commit 579fb2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
$useRC = true;
6464
$useTeams = true;
65-
if (in_array($RepositoryName, ['detain/scoop-emulators'])) {
65+
if (explode('/', $RepositoryName)[0] == 'sugarcraft') || in_array($RepositoryName, ['detain/scoop-emulators', 'detain/detain', 'detain/sugarcraft'])) {
6666
$useTeams = false;
6767
}
6868
switch ($EventType) {

0 commit comments

Comments
 (0)