mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 15:23:57 +08:00
* Updating auto pr labeler * auto pr review revamp * Leaving event as pull request :) * Check permission * add chore * Bringing back as original
32 lines
732 B
YAML
32 lines
732 B
YAML
ci:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{.github/**,**/test_*,Jenkinsfile}"
|
|
|
|
chore:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{.github/**}"
|
|
|
|
car:
|
|
- changed-files:
|
|
- any-glob-to-all-files: '{selfdrive/car/**,opendbc_repo}'
|
|
|
|
simulation:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'tools/sim/**'
|
|
|
|
ui:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'selfdrive/ui/**'
|
|
|
|
tools:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'tools/**'
|
|
|
|
multilanguage:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'selfdrive/ui/translations/**'
|
|
|
|
autonomy:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{selfdrive/modeld/models/**,selfdrive/test/process_replay/model_replay_ref_commit,sunnypilot/modeld*/models/**}"
|