Skip to content

Commit 03933f7

Browse files
committed
feat(CODEOWNERS): add additional owners
1 parent 4425935 commit 03933f7

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

CODEOWNERS

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@
55
# the repo. Unless a later match takes precedence,
66
# @global-owner1 and @global-owner2 will be requested for
77
# review when someone opens a pull request.
8-
@bmuenzenmeyer
8+
@pattern-lab/trusted-committers
99

10-
# CLI owner
10+
# CLI owner
1111
/packages/cli @raphaelokon
1212

13-
# The `docs/*` pattern will match files like
14-
# `docs/getting-started.md` but not further nested files like
15-
# `docs/build-app/troubleshooting.md`.
16-
docs/* docs@example.com
13+
# uikit-workshop owner
14+
/packages/uikit-workshop @sghoweri
1715

18-
# In this example, @octocat owns any file in an apps directory
19-
# anywhere in your repository.
20-
apps/ @octocat
21-
22-
# In this example, @doctocat owns any file in the `/docs`
23-
# directory in the root of your repository.
24-
/docs/ @doctocat
16+
# engine-nunjucks owner
17+
/packages/engine-nunjucks @danwhite85

0 commit comments

Comments
 (0)