mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-17 06:22:06 +08:00
20e0f21b58
* prefix paths with openpilot * fix setup root detection * fix split branch codespell skips
28 lines
776 B
YAML
28 lines
776 B
YAML
CI / testing:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{.github/**,**/test_*,**/test/**,Jenkinsfile}"
|
|
|
|
car:
|
|
- changed-files:
|
|
- any-glob-to-all-files: '{openpilot/selfdrive/car/**,opendbc_repo}'
|
|
|
|
simulation:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'openpilot/tools/sim/**'
|
|
|
|
ui:
|
|
- changed-files:
|
|
- any-glob-to-all-files: '{openpilot/selfdrive/assets/**,openpilot/selfdrive/ui/**,openpilot/system/ui/**}'
|
|
|
|
tools:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'openpilot/tools/**'
|
|
|
|
multilanguage:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'openpilot/selfdrive/ui/translations/**'
|
|
|
|
autonomy:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{openpilot/selfdrive/modeld/models/**,openpilot/selfdrive/test/process_replay/model_replay_ref_commit}"
|