-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (19 loc) · 980 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (19 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# See GOVERNANCE.md for more about this repository's owners
# and this project's governance.
# Order is important: The last matching pattern takes precedence.
# For more detailed information, see:
# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners
/.github/ @mdn/bcd-owners @mdn/engineering
/.github/workflows/ @mdn/engineering
/.vscode/ @mdn/bcd-owners @mdn/engineering
/lint/ @mdn/bcd-owners @mdn/engineering
/lint/common/*.txt
/schemas/ @mdn/bcd-owners
/scripts/ @mdn/bcd-owners @mdn/engineering
/types/ @mdn/bcd-owners @mdn/engineering
/utils/ @mdn/bcd-owners @mdn/engineering
/* @mdn/bcd-owners @mdn/engineering
/*.md
/package.json @mdn/bcd-owners @mdn/engineering @mdn-bot
/package-lock.json @mdn/bcd-owners @mdn/engineering @mdn-bot
/SECURITY.md @mdn/engineering