-
Notifications
You must be signed in to change notification settings - Fork 259
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (25 loc) · 1.29 KB
/
CODEOWNERS
File metadata and controls
28 lines (25 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Lines starting with '#' are comments.
#
# GUIDELINES:
# Each line is a file pattern followed by one or more owners.
# Owners bear a responsibility to the organization and the users of this
# application. Repository administrators have the ability to merge pull
# requests that have not yet received the requisite reviews as outlined
# in this file. Do not force merge any PR without confidence that it
# follows all policies or without full understanding of the impact of
# those changes on build, release and publishing outcomes.
#
# The CODEOWNERS file constitutes an agreement amongst organisation
# admins and maintainers to restrict approval capabilities to a subset
# of contributors. Modifications to this file result in a modification of
# that agreement and can only be approved by those with the knowledge
# and responsibility to publish libraries under the Web3auth name.
# Fallback for all other files
* @Web3Auth/Web3Auth-Admins
# Product code
packages/ @Web3Auth/Web3Auth-Product
test/ @Web3Auth/Web3Auth-Product
# Most restrictive — last match wins
.github/CODEOWNERS @Web3Auth/Web3Auth-Admins
packages/**/package.json @Web3Auth/Web3Auth-Admins
package.json @Web3Auth/Web3Auth-Admins