-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathCODEOWNERS
More file actions
29 lines (22 loc) · 1.39 KB
/
CODEOWNERS
File metadata and controls
29 lines (22 loc) · 1.39 KB
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
# Documentation about CODEOWNERS file: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Technical authors will be requested for review when someone opens a
# pull request, unless a later match takes precedence.
* @s-makin @rkratky
# MIR team PR approvals
# - TAs not required for MIR content approvals
MIR/
# - MIR team owns all MIR docs anywhere in the repo
MIR/ @slyon @setharnold @joalif @didrocks @cpaelzer @MylesJP @pushkarnk
# Release team PR approvals
# These files have no prefix, so are collected into the release-team dir(s)
release-team/ @utkarsh2102 @ginggs @paride
# AA team PR approvals
# These files are prefixed with "aa-", but not kept in a specific directory
**/aa-*.md @panlinux @cpaelzer @paride @ginggs @schopin-pro @mwhudson @utkarsh2102 @tjaalton @seb128 @raof
# DMB team PR approvals
# Like the AA team, these files are prefixed with "dmb-" but not kept in a specific directory
**/dmb-*.md @cpaelzer @lvoytek @rbasak @utkarsh2102 @athos-ribeiro @bdrung @julian-klode
# TAs' & special teams' ack required for changes to the CODEOWNERS file
/.github/CODEOWNERS @s-makin @rkratky @slyon @setharnold @joalif @didrocks @cpaelzer @MylesJP @pushkarnk @panlinux @paride @ginggs @schopin-pro @mwhudson @utkarsh2102 @tjaalton @seb128 @raof
# +1 maintenance PR approvals
plus-one-*.md @schopin-pro @s-makin @rkratky