mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
combine route and router labels
This commit is contained in:
5
.github/labeler.yml
vendored
5
.github/labeler.yml
vendored
@@ -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
3
.github/release.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user