From ce8e18dd4fc0c9059b3111b69abb9da5f11e9ac6 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 7 Dec 2025 11:27:15 -0600 Subject: [PATCH] fix labeler config --- .github/labeler.yml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a16f965..f228547 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,10 +1,22 @@ -framing: +config: - changed-files: - - any-glob-to-any-file: 'internal/framing/**' + - any-glob-to-any-file: 'internal/config/**' -processing: +framer: - changed-files: - - any-glob-to-any-file: 'internal/processing/**' + - any-glob-to-any-file: 'internal/framer/**' + +module: + - changed-files: + - any-glob-to-any-file: 'internal/module/**' + +processor: + - changed-files: + - any-glob-to-any-file: 'internal/processor/**' + +route: + - changed-files: + - any-glob-to-any-file: 'internal/route/**' cli: - changed-files: