File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
2
2
3
3
# Code owners are the final gate for PR approval to their named section of code.
4
- # If a single PR involves multiple code owners, every code owner should approve
5
- # a PR prior to merging.
4
+ # If a single PR modifies multiple files with different code owner groups, at
5
+ # least one code owner of the touched file should approve the PR prior to
6
+ # merging.
6
7
7
8
* @ StephenButtolph
9
+ * .md @ meaghanfitzgerald @ StephenButtolph
8
10
/.github / @ marun
11
+ /.github /* .md @ marun @ meaghanfitzgerald
9
12
/network /p2p / @ joshua-kim
13
+ /network /p2p /* .md @ joshua-kim @ meaghanfitzgerald
10
14
/scripts / @ marun
15
+ /scripts /* .md @ marun @ meaghanfitzgerald
11
16
/tests / @ marun
12
- * .md @ meaghanfitzgerald
17
+ / tests / * .md @ marun @ meaghanfitzgerald
You can’t perform that action at this time.
0 commit comments