-
-
Notifications
You must be signed in to change notification settings - Fork 242
/
Copy pathCODEOWNERS
24 lines (17 loc) · 846 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Docs about the CODEOWNERS file are found here:
# https://help.github.com/articles/about-codeowners/
# Order is important; the last matching pattern takes the most
# precedence.
######################################################################
# These owners will be the default owners for everything in the repo #
######################################################################
# In the following rule, unless a later match takes precedence, one of
# the maintainers will be requested for review when someone opens a
# pull request.
# Global rule:
* @nvuillam @echoix @bdovaz @Kurt-von-Laven
# Workflow files can be part of branch protection rules, so they are
# sensitive and must be attentively reviewed.
.github/workflows @nvuillam