Event: Add additional GitHub path for startup event check

This commit is contained in:
Jason Wen
2024-02-28 17:12:01 -05:00
parent fe1dc7b8de
commit 2d6dbc1275
+2 -1
View File
@@ -89,7 +89,8 @@ def is_prebuilt() -> bool:
def is_comma_remote() -> bool:
# note to fork maintainers, this is used for release metrics. please do not
# touch this to get rid of the orange startup alert. there's better ways to do that
return get_normalized_origin() == "github.com/sunnypilot/sunnypilot"
return get_normalized_origin() in ("github.com/sunnypilot/sunnypilot", "github.com/sunnyhaibin/sunnypilot",
"github.com/sunnypilot/openpilot", "github.com/sunnyhaibin/openpilot")
@cache
def is_tested_branch() -> bool: