combine route and router labels

This commit is contained in:
Joel Wetzell
2026-02-02 12:59:50 -06:00
parent 1b59dbc1e5
commit cb738a9b8e
2 changed files with 3 additions and 5 deletions

5
.github/labeler.yml vendored
View File

@@ -14,12 +14,9 @@ processor:
- changed-files: - changed-files:
- any-glob-to-any-file: 'internal/processor/**' - any-glob-to-any-file: 'internal/processor/**'
route: routing:
- 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*' - any-glob-to-any-file: 'router*'
cli: cli:

3
.github/release.yml vendored
View File

@@ -17,8 +17,9 @@ changelog:
- title: Processor 🏭 - title: Processor 🏭
labels: labels:
- processor - processor
- title: Route 🛣️ - title: Routing 🛣️
labels: labels:
- router
- route - route
- title: CLI ⌨️ - title: CLI ⌨️
labels: labels: