Skip to content

Commit fd9acbe

Browse files
Fix codeowners to simplify PR review (#3637)
1 parent e8ff835 commit fd9acbe

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/CODEOWNERS

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
22

33
# 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.
67

78
* @StephenButtolph
9+
*.md @meaghanfitzgerald @StephenButtolph
810
/.github/ @marun
11+
/.github/*.md @marun @meaghanfitzgerald
912
/network/p2p/ @joshua-kim
13+
/network/p2p/*.md @joshua-kim @meaghanfitzgerald
1014
/scripts/ @marun
15+
/scripts/*.md @marun @meaghanfitzgerald
1116
/tests/ @marun
12-
*.md @meaghanfitzgerald
17+
/tests/*.md @marun @meaghanfitzgerald

0 commit comments

Comments
 (0)