From e96fce1703986d12e365f823205ab2c4cd11ed7f Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Wed, 20 Dec 2023 14:09:19 +0000 Subject: [PATCH] feat: add PR labeler This is an initial commit to kickstart a conversation about how we want the new PRs to be labeled. TBC. Signed-off-by: Milos Gajdos --- .github/labeler.yml | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..0b329cdde --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,50 @@ +area/ci: + - .github/**/* + +area/config: + - charts/registry/config/**/* + +area/docs: + - README.md + - docs/**/*.md + +area/build: + - Makefile + - Dockerfile + - docker-bake.hcl + - dockerfiles/**/* + +area/ci: + - .github/**/* + - tests + - testutil + +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/auth: + - registry/auth + +area/proxy: + - registry/proxy + +area/config: + - configuration + +area/api: + - registry/api + - registry/handlers