Skip to content

Commit 406701d

Browse files
authored
chore: fix errors in CODEOWNER file (#595)
1 parent 194820b commit 406701d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CODEOWNERS

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
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-
* @npalm @kayman-mk
8+
* @npalm @kayman-mk
99

1010
# Order is important; the last matching pattern takes the most
1111
# precedence. When someone opens a pull request that only
1212
# modifies JS files, only @js-owner and not the global
1313
# owner(s) will be requested for a review.
14-
LICENSE* CODE* @npalm
14+
LICENSE* @npalm
15+
CODE* @npalm

0 commit comments

Comments
 (0)