Skip to content

Commit aa41392

Browse files
committed
fix: codeowner
1 parent 755f5bc commit aa41392

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

.github/CODEOWNERS

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,44 @@
11
# Lines starting with '#' are comments.
2+
23
#
4+
35
# GUIDELINES:
6+
47
# Each line is a file pattern followed by one or more owners.
8+
59
# Owners bear a responsibility to the organization and the users of this
10+
611
# application. Repository administrators have the ability to merge pull
12+
713
# requests that have not yet received the requisite reviews as outlined
14+
815
# in this file. Do not force merge any PR without confidence that it
16+
917
# follows all policies or without full understanding of the impact of
18+
1019
# those changes on build, release and publishing outcomes.
20+
1121
#
22+
1223
# The CODEOWNERS file constitutes an agreement amongst organisation
24+
1325
# admins and maintainers to restrict approval capabilities to a subset
26+
1427
# of contributors. Modifications to this file result in a modification of
28+
1529
# that agreement and can only be approved by those with the knowledge
30+
1631
# and responsibility to publish libraries under the MetaMask name.
1732

1833
# Fallback for all other files
19-
* @MetaMask/web3auth-admins
34+
35+
- @MetaMask/Web3Auth-Admins
2036

2137
# Product code
22-
src/ @MetaMask/web3auth-product
23-
test/ @MetaMask/web3auth-product
38+
39+
src/ @MetaMask/Web3Auth-Product
40+
test/ @MetaMask/Web3Auth-Product
2441

2542
# Most restrictive — last match wins
26-
.github/CODEOWNERS @MetaMask/web3auth-admins
43+
44+
.github/CODEOWNERS @MetaMask/Web3Auth-Admins

0 commit comments

Comments
 (0)