From 2d6dbc12757b0a696347c6bb637bd6100b304aef Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Wed, 28 Feb 2024 17:12:01 -0500 Subject: [PATCH] Event: Add additional GitHub path for startup event check --- system/version.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/version.py b/system/version.py index 6df4b0fb7e..7051c09663 100755 --- a/system/version.py +++ b/system/version.py @@ -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: