1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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

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/**"