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
pull/30863/head
Justin Newberry 1 year ago committed by GitHub
parent 6810c5b644
commit d33c5bccc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 120
      .github/labeler.yaml
  2. 2
      .github/workflows/auto_pr_review.yaml

@ -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:
- all: ford:
- changed-files: ['selfdrive/car/ford/*'] - changed-files:
gm: - any-glob-to-all-files: 'selfdrive/car/ford/*'
- all:
- changed-files: ['selfdrive/car/gm/*'] gm:
honda: - changed-files:
- all: - any-glob-to-all-files: 'selfdrive/car/gm/*'
- changed-files: ['selfdrive/car/honda/*']
hyundai: honda:
- all: - changed-files:
- changed-files: ['selfdrive/car/hyundai/*'] - any-glob-to-all-files: 'selfdrive/car/honda/*'
mazda:
- all: hyundai:
- changed-files: ['selfdrive/car/mazda/*'] - changed-files:
nissan: - any-glob-to-all-files: 'selfdrive/car/hyundai/*'
- all:
- changed-files: ['selfdrive/car/nissan/*'] mazda:
subaru: - changed-files:
- all: - any-glob-to-all-files: 'selfdrive/car/mazda/*'
- changed-files: ['selfdrive/car/subaru/*']
tesla: nissan:
- all: - changed-files:
- changed-files: ['selfdrive/car/tesla/*'] - any-glob-to-all-files: 'selfdrive/car/nissan/*'
toyota:
- all: subaru:
- changed-files: ['selfdrive/car/toyota/*'] - changed-files:
volkswagen: - any-glob-to-all-files: 'selfdrive/car/subaru/*'
- all:
- changed-files: ['selfdrive/car/volkswagen/*'] tesla:
- changed-files:
- any-glob-to-all-files: 'selfdrive/car/telsa/*'
toyota:
- changed-files:
- any-glob-to-all-files: 'selfdrive/car/toyota/*'
volkswagen:
- changed-files:
- 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:
- all: tools:
- changed-files: ['tools/**'] - changed-files:
- 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',
]

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: false submodules: false
- uses: actions/labeler@v5.0.0-alpha.1 - uses: actions/labeler@v5.0.0
with: with:
dot: true dot: true
configuration-path: .github/labeler.yaml configuration-path: .github/labeler.yaml

Loading…
Cancel
Save