Skip to content

Commit 620e302

Browse files
committed
chore: add code owner
1 parent 32e9a61 commit 620e302

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/CODEOWNERS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Lines starting with '#' are comments.
2+
#
3+
# GUIDELINES:
4+
# Each line is a file pattern followed by one or more owners.
5+
# Owners bear a responsibility to the organization and the users of this
6+
# application. Repository administrators have the ability to merge pull
7+
# requests that have not yet received the requisite reviews as outlined
8+
# in this file. Do not force merge any PR without confidence that it
9+
# follows all policies or without full understanding of the impact of
10+
# those changes on build, release and publishing outcomes.
11+
#
12+
# The CODEOWNERS file constitutes an agreement amongst organisation
13+
# admins and maintainers to restrict approval capabilities to a subset
14+
# of contributors. Modifications to this file result in a modification of
15+
# that agreement and can only be approved by those with the knowledge
16+
# and responsibility to publish libraries under the MetaMask name.
17+
18+
# Fallback for all other files
19+
* @MetaMask/web3auth-admins
20+
21+
# Product code
22+
src/ @MetaMask/web3auth-product
23+
test/ @MetaMask/web3auth-product
24+
25+
# Most restrictive — last match wins
26+
.github/CODEOWNERS @MetaMask/web3auth-admins

0 commit comments

Comments
 (0)