From 1b59dbc1e53b842258f10e33e4836698385dc430 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 2 Feb 2026 12:55:23 -0600 Subject: [PATCH] add router to labeler --- .github/labeler.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index f228547..a5621af 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,6 +18,10 @@ route: - changed-files: - any-glob-to-any-file: 'internal/route/**' +routr: + - changed-files: + - any-glob-to-any-file: 'router*' + cli: - changed-files: - any-glob-to-any-file: 'cmd/showbridge/**'