We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcabaa commit 579fb2aCopy full SHA for 579fb2a
1 file changed
web/github.php
@@ -62,7 +62,7 @@
62
63
$useRC = true;
64
$useTeams = true;
65
- if (in_array($RepositoryName, ['detain/scoop-emulators'])) {
+ if (explode('/', $RepositoryName)[0] == 'sugarcraft') || in_array($RepositoryName, ['detain/scoop-emulators', 'detain/detain', 'detain/sugarcraft'])) {
66
$useTeams = false;
67
}
68
switch ($EventType) {
0 commit comments