-
Notifications
You must be signed in to change notification settings - Fork 196
/
Copy pathCODEOWNERS
19 lines (14 loc) · 983 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# [About code owners](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
# These owners will be the default owners for everything in
# the repo.
* @gregwhitworth @mfreed7 @dbaron
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
# *.js @js-owner #This is an inline comment.
/site/src/pages/components/*invokers.explainer.mdx @lukewarlow @keithamus @gregwhitworth @mfreed7 @dbaron
/site/src/pages/components/*focusgroup.explainer.mdx @travisleithead @gregwhitworth @mfreed7 @dbaron
/site/src/pages/components/*select.* @josepharhar @mfreed7 @gregwhitworth
/site/src/pages/components/*selectlist.* @josepharhar @mfreed7 @gregwhitworth
/site/src/pages/components/*selectmenu.* @josepharhar @mfreed7 @gregwhitworth