add router to labeler

This commit is contained in:
Joel Wetzell
2026-02-02 12:55:23 -06:00
committed by GitHub
parent a17be985e6
commit 1b59dbc1e5

4
.github/labeler.yml vendored
View File

@@ -18,6 +18,10 @@ route:
- changed-files: - changed-files:
- any-glob-to-any-file: 'internal/route/**' - any-glob-to-any-file: 'internal/route/**'
routr:
- changed-files:
- any-glob-to-any-file: 'router*'
cli: cli:
- changed-files: - changed-files:
- any-glob-to-any-file: 'cmd/showbridge/**' - any-glob-to-any-file: 'cmd/showbridge/**'