From fa1d7e7c16eb00a6db2b86106cea3cc6d4fe61f7 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 19 Aug 2024 17:59:36 -0700 Subject: [PATCH] fixup auto labeler (#1089) * 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 --- .github/labeler.yaml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/.github/labeler.yaml b/.github/labeler.yaml index 1317e5029c..9b71460ed1 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yaml @@ -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'