From ce6a9ff4a802f93fcaa6d484eb24e838e74fd8cb Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 2 Feb 2026 13:14:11 -0600 Subject: [PATCH] update labeler --- .github/labeler.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cb7e372..f8e0cb7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,11 +14,14 @@ processor: - changed-files: - any-glob-to-any-file: 'internal/processor/**' -routing: +router: + - changed-files: + - any-glob-to-any-file: 'router*' + +route: - changed-files: - any-glob-to-any-file: 'internal/route/**' - - any-glob-to-any-file: 'router*' - + cli: - changed-files: - any-glob-to-any-file: 'cmd/showbridge/**'