Add more package registry paths to the labeler (#27032)

Found this while working on #26960
This commit is contained in:
JakobDev 2023-09-12 08:29:09 +02:00 committed by GitHub
parent 591f586bf1
commit e481638010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.github/labeler.yml vendored
View File

@ -19,6 +19,9 @@ kind/build:
theme/package-registry:
- "modules/packages/**"
- "services/packages/**"
- "routers/api/packages/**"
- "routers/web/shared/packages/**"
kind/cli:
- "cmd/**"