From c024992ba34ac67146ed562ddcde90ebfb80b650 Mon Sep 17 00:00:00 2001 From: issy Date: Fri, 1 May 2026 13:43:54 +0100 Subject: [PATCH] Add labeler config --- .github/labeler.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..71c4b43 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,14 @@ +Firmware: + - changed-files: + - any-glob-to-any-file: 'firmware/**' + - all-globs-to-all-files: '!firmware/foundation/src/generated/**' +Protocol: + - changed-files: + - any-glob-to-any-file: + - 'firmware/foundation/src/generated/**' + - 'proto/**' + - 'web/src/generated/**' +Web: + - changed-files: + - any-glob-to-any-file: 'web/**' + - all-globs-to-all-files: '!web/src/generated/**'