From d2c57396e043dd84c79fa2027fdbc889227e4a1d Mon Sep 17 00:00:00 2001 From: erezrokah Date: Tue, 16 Jan 2024 13:34:45 +0000 Subject: [PATCH 1/2] chore: Remove `area/config` duplicate entry in `labeler.yml` Signed-off-by: erezrokah --- .github/labeler.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6072eac23..379c30f24 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,5 @@ area/config: - - charts/registry/config/**/* + - configuration area/docs: - README.md @@ -42,9 +42,6 @@ area/auth: area/proxy: - registry/proxy -area/config: - - configuration - area/api: - registry/api - registry/handlers From a626871f127539bd0e2cd1a5af4711a4ed33b033 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Tue, 16 Jan 2024 14:07:24 +0000 Subject: [PATCH 2/2] chore: Sort entries Signed-off-by: erezrokah --- .github/labeler.yml | 56 ++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 34 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 379c30f24..5b2e4e4d6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,47 +1,35 @@ -area/config: - - configuration - -area/docs: - - README.md - - docs/**/*.md - +area/api: + - registry/api + - registry/handlers +area/auth: + - registry/auth area/build: - Makefile - Dockerfile - docker-bake.hcl - dockerfiles/**/* - +area/cache: + - registry/storage/cache area/ci: - .github/**/* - tests - testutil - +area/config: + - configuration +area/docs: + - README.md + - docs/**/*.md +area/proxy: + - registry/proxy +area/storage: + - registry/storage +area/storage/azure: + - registry/storage/azure +area/storage/gcs: + - registry/storage/gcs +area/storage/s3: + - registry/storage/s3-aws dependencies: - vendor/**/* - go.mod - go.sum - -area/storage: - - registry/storage - -area/storage/s3: - - registry/storage/s3-aws - -area/storage/gcs: - - registry/storage/gcs - -area/storage/azure: - - registry/storage/azure - -area/cache: - - registry/storage/cache - -area/auth: - - registry/auth - -area/proxy: - - registry/proxy - -area/api: - - registry/api - - registry/handlers