Files
dragonpilot/.github/labeler.yaml
Justin Newberry aa52cf3e81 CI: auto label PR's (#29842)
* auto label

* on pull request

* checkout

* yaml not yml

* recursive here too

* start with just car stuff and CI

* require all

* no fps

* add translations and fix CI
2023-09-08 17:24:19 -07:00

43 lines
790 B
YAML

CI / testing:
- all: ['.github/**']
- all: ['**/test_*']
car:
- all: ['selfdrive/car/**']
body:
- all: ['selfdrive/car/body/*']
chrysler:
- all: ['selfdrive/car/chrysler/*']
ford:
- all: ['selfdrive/car/ford/*']
gm:
- all: ['selfdrive/car/gm/*']
honda:
- all: ['selfdrive/car/honda/*']
hyundai:
- all: ['selfdrive/car/hyundai/*']
mazda:
- all: ['selfdrive/car/mazda/*']
nissan:
- all: ['selfdrive/car/nissan/*']
subaru:
- all: ['selfdrive/car/subaru/*']
tesla:
- all: ['selfdrive/car/tesla/*']
toyota:
- all: ['selfdrive/car/toyota/*']
volkswagen:
- all: ['selfdrive/car/volkswagen/*']
simulation:
- all: ['tools/sim/**']
ui:
- all: ['selfdrive/ui/**']
tools:
- all: ['tools/**']
multilanguage:
- all: ['selfdrive/ui/translations/**']