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/**'