Skip to content

Commit

Permalink
fixup auto labeler (#1089)
Browse files Browse the repository at this point in the history
* test

* test

* test

* make sure to detect subdirectories like tests/

* test

* this should work

* this should work

* wtf is this

* test

* clean up

* test

* test

* clean up

* clean up
  • Loading branch information
sshane committed Aug 20, 2024
1 parent ff1c8b4 commit fa1d7e7
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,64 +1,68 @@
CI / testing:
- changed-files:
- any-glob-to-any-file: '.github/**'

car:
- changed-files:
- any-glob-to-all-files: "{opendbc/car/**}"
- any-glob-to-any-file: 'opendbc/car/**'

can:
- changed-files:
- any-glob-to-all-files: "{opendbc/can/**}"
- any-glob-to-any-file: 'opendbc/can/**'

DBC signals:
- changed-files:
- any-glob-to-all-files: "{opendbc/dbc/**}"
- any-glob-to-any-file: 'opendbc/dbc/**'


body:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/body/*'
- any-glob-to-any-file: 'opendbc/car/body/**'

chrysler:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/chrysler/*'
- any-glob-to-any-file: 'opendbc/car/chrysler/**'

ford:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/ford/*'
- any-glob-to-any-file: 'opendbc/car/ford/**'

gm:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/gm/*'
- any-glob-to-any-file: 'opendbc/car/gm/**'

honda:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/honda/*'
- any-glob-to-any-file: 'opendbc/car/honda/**'

hyundai:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/hyundai/*'
- any-glob-to-any-file: 'opendbc/car/hyundai/**'

mazda:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/mazda/*'
- any-glob-to-any-file: 'opendbc/car/mazda/**'

nissan:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/nissan/*'
- any-glob-to-any-file: 'opendbc/car/nissan/**'

subaru:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/subaru/*'
- any-glob-to-any-file: 'opendbc/car/subaru/**'

tesla:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/tesla/*'
- any-glob-to-any-file: 'opendbc/car/tesla/**'

toyota:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/toyota/*'
- any-glob-to-any-file: 'opendbc/car/toyota/**'

volkswagen:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/volkswagen/*'
- any-glob-to-any-file: 'opendbc/car/volkswagen/**'

fingerprint:
- changed-files:
- any-glob-to-all-files: 'opendbc/car/*/fingerprints.py'
- any-glob-to-any-file: 'opendbc/car/*/fingerprints.py'

0 comments on commit fa1d7e7

Please sign in to comment.