-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
CODEOWNERS
Validating CODEOWNERS rules...
154 lines (123 loc) · 5.74 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
# $$ Daffodil Code Owners $$
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
#
# The configuration for Code Owners for graycoreio/daffodil.
#
# For more info see: https://help.github.com/articles/about-codeowners/
#
# ================================================
# Concepts
# ================================================
#
# A CodeOwner should only review what they are comfortable reviewing. If you're not comfortable, say something.
# It is a CodeOwners responsibility to only accept the changes that they understand and deem necessary.
# The CodeOwners have final say on whether or not code is accepted.
# If multiple CodeOwners are listed, ALL code owners must approve the PR prior to merge.
# CodeOwners work in conjunction with Github's "Number of Required Approvals (1)" requirement.
# ================================================
# GitHub username registry
# ================================================
# damienwebdev - Damien Retzinger
# xelaint - Elain Tsai
# Nolan-Arnold - Nolan Arnold
# griest024 - Peter Lauck
######################################################################################################
#
# Team structure and memberships
# ------------------------------
#
#
# Any changes to team structure or memberships must first be made in this file and only then
# implemented in the GitHub UI.
#######################################################################################################
# ===========================================================
# @graycore/daff-design
# ===========================================================
#
# - damienwebdev
# - xelaint
# - Nolan-Arnold
# ===========================================================
# @graycore/daff-core
# ===========================================================
#
# - damienwebdev
# - Nolan-Arnold
# - griest024
# ===========================================================
# @graycore/daff-marketing
# ===========================================================
#
# - xelaint
# - damienwebdev
# ===========================================================
# @graycore/daff-dev-infra
# ===========================================================
#
# - damienwebdev
# - griest024
# ===========================================================
# @graycore/daff-docs
# ===========================================================
#
# - xelaint
# - damienwebdev
# - Nolan-Arnold
# - griest024
######################################################################################################
#
# CODEOWNERS rules
# -----------------
#
# All the following rules are applied in the order specified in this file.
# The last rule that matches wins!
#
# See https://git-scm.com/docs/gitignore#_pattern_format for pattern syntax docs.
#
######################################################################################################
# ================================================
# Default Owners
# (in case no pattern matches a path in a PR - this should be treated as a bug and result in adding the path to CODEOWNERS)
# ================================================
* @damienwebdev
# ================================================
# Application Owners
# ================================================
apps/** @graycoreio/daff-core
libs/** @graycoreio/daff-core
# ================================================
# @daffodil/demo
# ================================================
/apps/demo/** @graycoreio/daff-docs @graycoreio/daff-marketing
/apps/demo-e2e/** @graycoreio/daff-docs @graycoreio/daff-marketing
# ================================================
# @daffodil/daffio
# ================================================
/apps/daffio/** @graycoreio/daff-docs @graycoreio/daff-marketing
/apps/daffio-e2e/** @graycoreio/daff-docs
# ================================================
# @daffodil/design
# ================================================
/apps/design-land/** @graycoreio/daff-design
/apps/design-land-e2e/** @graycoreio/daff-design
/libs/design/** @graycoreio/daff-design
/libs/branding/** @graycoreio/daff-marketing @graycoreio/daff-design
# ================================================
# Docs: Maintainers
# ================================================
/docs/** @graycoreio/daff-docs
# ================================================
# Build & CI Owners
# ================================================
/* @graycoreio/daff-dev-infra
/.github/** @graycoreio/daff-dev-infra
/build/** @graycoreio/daff-dev-infra
/.vscode/** @graycoreio/daff-dev-infra
/tools/** @graycoreio/daff-dev-infra
# ================================================
# CODEOWNERS Owners owners ...
# ================================================
/.github/CODEOWNERS @damienwebdev