mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-05 13:25:40 +08:00
Event: Add additional GitHub path for startup event check
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user