aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJakobDev <jakobdev@gmx.de>2023-09-12 08:29:09 +0200
committerGitHub <noreply@github.com>2023-09-12 02:29:09 -0400
commite481638010b669133a9106abbbf14fd6d76fb32e (patch)
tree6b0d89f7c34d1c6ef97311c8d4e7054f7b7bf164 /.github
parent591f586bf1c40114451284318a8c4f37e196a51a (diff)
downloadgitea-e481638010b669133a9106abbbf14fd6d76fb32e.tar.gz
gitea-e481638010b669133a9106abbbf14fd6d76fb32e.zip
Add more package registry paths to the labeler (#27032)
Found this while working on #26960
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index ee6c7d6ae8..06a5cd99d1 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -19,6 +19,9 @@ kind/build:
theme/package-registry:
- "modules/packages/**"
+ - "services/packages/**"
+ - "routers/api/packages/**"
+ - "routers/web/shared/packages/**"
kind/cli:
- "cmd/**"