CI: never remove existing labels (#29885)

old-commit-hash: f9a60072f7
test-msgs
Justin Newberry 2 years ago committed by GitHub
parent 0d7e17c995
commit 58ea2bac72
  1. 57
      .github/labeler.yaml
  2. 2
      .github/workflows/labeler.yaml

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

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: false submodules: false
- uses: actions/labeler@v4 - uses: actions/labeler@v5.0.0-alpha.1
with: with:
dot: true dot: true
configuration-path: .github/labeler.yaml configuration-path: .github/labeler.yaml
Loading…
Cancel
Save