Skip to content

Commit 3011862

Browse files
update labeler and codeowners (#22860)
<!--Delete sections as needed --> ## Description Added DHI and Cloud to labeler and codeowners. Removed some outdated directories from codeowners. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig <[email protected]>
1 parent e085823 commit 3011862

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929

3030
/content/manuals/security/ @aevesdocker @sarahsanders-docker
3131

32-
/content/manuals/trusted-content/ @craig-osterhout
33-
34-
/content/manuals/docker-hub/official_images/ @craig-osterhout
35-
36-
/content/manuals/registry/ @craig-osterhout
37-
3832
/content/manuals/admin/ @sarahsanders-docker
3933

4034
/content/manuals/billing/ @sarahsanders-docker
@@ -44,3 +38,7 @@
4438
/content/manuals/ai/ @ArthurFlag
4539

4640
/_vendor @sarahsanders-docker @ArthurFlag
41+
42+
/content/manuals/cloud/ @craig-osterhout
43+
44+
/content/manuals/dhi/ @craig-osterhout

.github/labeler.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ area/build-cloud:
5050
- any-glob-to-any-file:
5151
- content/manuals/build-cloud/**
5252

53+
area/cloud:
54+
- changed-files:
55+
- any-glob-to-any-file:
56+
- content/manuals/cloud/**
57+
5358
area/compose:
5459
- changed-files:
5560
- any-glob-to-any-file:
@@ -62,6 +67,11 @@ area/desktop:
6267
- any-glob-to-any-file:
6368
- content/manuals/desktop/**
6469

70+
area/dhi:
71+
- changed-files:
72+
- any-glob-to-any-file:
73+
- content/manuals/dhi/**
74+
6575
area/engine:
6676
- changed-files:
6777
- any-glob-to-any-file:

0 commit comments

Comments
 (0)