Skip to content

Commit c78c156

Browse files
authored
Update labeler.yml
Signed-off-by: Erez Rokah <[email protected]>
1 parent 65c6a6d commit c78c156

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/labeler.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ area/api:
22
- changed-files:
33
- any-glob-to-any-file:
44
- registry/api/**
5-
- registry/handlers/**/*
5+
- registry/handlers/**
66
area/auth:
77
- changed-files:
88
- any-glob-to-any-file:
9-
- registry/auth/**/*
9+
- registry/auth/**
1010
area/build:
1111
- changed-files:
1212
- any-glob-to-any-file:
1313
- Makefile
1414
- Dockerfile
1515
- docker-bake.hcl
16-
- dockerfiles/**/*
16+
- dockerfiles/**
1717
area/cache:
1818
- changed-files:
1919
- any-glob-to-any-file:
20-
- registry/storage/cache/**/*
20+
- registry/storage/cache/**
2121
area/ci:
2222
- changed-files:
2323
- any-glob-to-any-file:
24-
- .github/**/*
25-
- tests/**/*
26-
- testutil/**/*
24+
- .github/**
25+
- tests/**
26+
- testutil/**
2727
area/config:
2828
- changed-files:
2929
- any-glob-to-any-file:
30-
- configuration/**/*
30+
- configuration/**
3131
area/docs:
3232
- changed-files:
3333
- any-glob-to-any-file:
@@ -36,26 +36,26 @@ area/docs:
3636
area/proxy:
3737
- changed-files:
3838
- any-glob-to-any-file:
39-
- registry/proxy/**/*
39+
- registry/proxy/**
4040
area/storage:
4141
- changed-files:
4242
- any-glob-to-any-file:
43-
- registry/storage/**/*
43+
- registry/storage/**
4444
area/storage/azure:
4545
- changed-files:
4646
- any-glob-to-any-file:
47-
- registry/storage/driver/azure/**/*
47+
- registry/storage/driver/azure/**
4848
area/storage/gcs:
4949
- changed-files:
5050
- any-glob-to-any-file:
51-
- registry/storage/driver/gcs/**/*
51+
- registry/storage/driver/gcs/**
5252
area/storage/s3:
5353
- changed-files:
5454
- any-glob-to-any-file:
55-
- registry/storage/driver/s3-aws/**/*
55+
- registry/storage/driver/s3-aws/**
5656
dependencies:
5757
- changed-files:
5858
- any-glob-to-any-file:
59-
- vendor/**/*
59+
- vendor/**
6060
- go.mod
6161
- go.sum

0 commit comments

Comments
 (0)