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'