Add more package registry paths to the labeler (#27032)
Found this while working on #26960
This commit is contained in:
parent
591f586bf1
commit
e481638010
1 changed files with 3 additions and 0 deletions
3
.github/labeler.yml
vendored
3
.github/labeler.yml
vendored
|
@ -19,6 +19,9 @@ kind/build:
|
|||
|
||||
theme/package-registry:
|
||||
- "modules/packages/**"
|
||||
- "services/packages/**"
|
||||
- "routers/api/packages/**"
|
||||
- "routers/web/shared/packages/**"
|
||||
|
||||
kind/cli:
|
||||
- "cmd/**"
|
||||
|
|
Loading…
Reference in a new issue