Skip to content

Commit

Permalink
feat: add PR labeler (distribution#4205)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Dec 22, 2023
2 parents fb6ccc3 + e96fce1 commit 012adca
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 012adca

Please sign in to comment.