CI: update labeler to 5.0.0 release (#30862)
* update labeler
* update labeler
* update labeler
* Update labeler (#63)
* update labeler
* update labeler
* update labeler
* fix that
* Update labeler (#65)
* update labeler
* update labeler
* update labeler
* fix that
* and that
* Update labeler (#66)
* update labeler
* update labeler
* update labeler
* fix that
* and that
* fix that
old-commit-hash: d33c5bccc6
chrysler-long2
parent
a4f2b2e2ff
commit
64fbb81860
2 changed files with 66 additions and 56 deletions
@ -1,69 +1,79 @@ |
|||||||
CI / testing: |
CI / testing: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['.github/**', '**/test_*', 'Jenkinsfile'] |
- any-glob-to-all-files: "{.github/**,**/test_*,Jenkinsfile}" |
||||||
|
|
||||||
car: |
car: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/**'] |
- any-glob-to-all-files: 'selfdrive/car/**' |
||||||
|
|
||||||
body: |
body: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/body/*'] |
- any-glob-to-all-files: 'selfdrive/car/body/*' |
||||||
|
|
||||||
chrysler: |
chrysler: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/chrysler/*'] |
- any-glob-to-all-files: 'selfdrive/car/chrysler/*' |
||||||
|
|
||||||
ford: |
ford: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/ford/*'] |
- any-glob-to-all-files: 'selfdrive/car/ford/*' |
||||||
|
|
||||||
gm: |
gm: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/gm/*'] |
- any-glob-to-all-files: 'selfdrive/car/gm/*' |
||||||
|
|
||||||
honda: |
honda: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/honda/*'] |
- any-glob-to-all-files: 'selfdrive/car/honda/*' |
||||||
|
|
||||||
hyundai: |
hyundai: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/hyundai/*'] |
- any-glob-to-all-files: 'selfdrive/car/hyundai/*' |
||||||
|
|
||||||
mazda: |
mazda: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/mazda/*'] |
- any-glob-to-all-files: 'selfdrive/car/mazda/*' |
||||||
|
|
||||||
nissan: |
nissan: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/nissan/*'] |
- any-glob-to-all-files: 'selfdrive/car/nissan/*' |
||||||
|
|
||||||
subaru: |
subaru: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/subaru/*'] |
- any-glob-to-all-files: 'selfdrive/car/subaru/*' |
||||||
|
|
||||||
tesla: |
tesla: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/tesla/*'] |
- any-glob-to-all-files: 'selfdrive/car/telsa/*' |
||||||
|
|
||||||
toyota: |
toyota: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/toyota/*'] |
- any-glob-to-all-files: 'selfdrive/car/toyota/*' |
||||||
|
|
||||||
volkswagen: |
volkswagen: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/volkswagen/*'] |
- any-glob-to-all-files: 'selfdrive/car/volkswagen/*' |
||||||
|
|
||||||
fingerprint: |
fingerprint: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/car/*/fingerprints.py'] |
- any-glob-to-all-files: 'selfdrive/car/*/fingerprints.py' |
||||||
|
|
||||||
simulation: |
simulation: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['tools/sim/**'] |
- any-glob-to-all-files: 'tools/sim/**' |
||||||
|
|
||||||
ui: |
ui: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/ui/**'] |
- any-glob-to-all-files: 'selfdrive/ui/**' |
||||||
|
|
||||||
tools: |
tools: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['tools/**'] |
- any-glob-to-all-files: 'tools/**' |
||||||
|
|
||||||
multilanguage: |
multilanguage: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: ['selfdrive/ui/translations/**'] |
- any-glob-to-all-files: 'selfdrive/ui/translations/**' |
||||||
|
|
||||||
research: |
research: |
||||||
- all: |
- changed-files: |
||||||
- changed-files: [ |
- any-glob-to-all-files: "{selfdrive/modeld/models/**,selfdrive/test/process_replay/model_replay_ref_commit}" |
||||||
'selfdrive/modeld/models/**', |
|
||||||
'selfdrive/test/process_replay/model_replay_ref_commit', |
|
||||||
] |
|
||||||
|
Loading…
Reference in new issue