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:
- any-glob-to-any-file: 'internal/processor/**'
route:
routing:
- changed-files:
- any-glob-to-any-file: 'internal/route/**'
routr:
- changed-files:
- any-glob-to-any-file: 'router*'
cli:

3
.github/release.yml vendored
View File

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