mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-11 16:02:11 +08:00
d2846741bc
* Add error log to developer panel * Testing debug * Fix condition for retry handling in action workflow Updated the logic to properly check for 'NONE' author association instead of 'FIRST_TIME_CONTRIBUTOR' when determining retry limits. This ensures the workflow behaves as intended for contributors without prior activity. * Clean * Refine workflow condition logic for PR checks Updated the `if` condition in the lfs-maintenance workflow to improve clarity and ensure proper evaluation. This change aligns the logical grouping for better readability and correctness in forked PR handling. * Add lang files * Update selfdrive/ui/qt/offroad/developer_panel.cc Co-authored-by: Jason Wen <haibin.wen3@gmail.com> * Refactor GitHub runner control to local variable Replaced the `enableGithubRunner` member variable with a local variable, as it is not used elsewhere in the class. Simplified visibility management for developer panel toggles in release branches. * Updating translations --------- Co-authored-by: DevTekVE <devtekve@gmail.com> Co-authored-by: Jason Wen <haibin.wen3@gmail.com>