forked from openbmc/pldm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OWNERS
76 lines (72 loc) · 2.33 KB
/
OWNERS
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# OWNERS
# ------
#
# The OWNERS file maintains the list of individuals responsible for various
# parts of this repository, including code review and approval. We use the
# Gerrit 'owners' plugin, which consumes this file, along with some extra
# keywords for our own purposes and tooling.
#
# For details on the configuration used by 'owners' see:
# https://gerrit.googlesource.com/plugins/owners/+/refs/heads/master/owners/src/main/resources/Documentation/config.md
#
# An OWNERS file must be in the root of a repository but may also be present
# in any subdirectory. The contents of the subdirectory OWNERS file are
# combined with parent directories unless 'inherit: false' is set.
#
# The owners file is YAML and has [up to] 4 top-level keywords.
# * owners: A list of individuals who have approval authority on the
# repository.
#
# * reviewers: A list of individuals who have requested review notification
# on the repository.
#
# * matchers: A list of specific file/path matches for granular 'owners' and
# 'reviewers'. See 'owners' plugin documentation.
#
# * openbmc: A list of openbmc-specific meta-data about owners and reviewers.
# - name: preferred name of the individual.
# - email: preferred email address of the individual.
# - discord: Discord nickname of the individual.
#
# It is expected that these 4 sections will be listed in the order above and
# data within them will be kept sorted.
owners:
reviewers:
matchers:
- partial_regex: ibm
owners:
- partial_regex: meta/
owners:
- partial_regex: tools/visualize-pdr
owners:
openbmc:
- name: Deepak Kodihalli
email: [email protected]
discord: dkodihal
- name: George Liu
email: [email protected]
discord: George Liu
- name: Manojkiran Eda
email: [email protected]
discord: manojkiran
- name: Patrick Williams
email: [email protected]
discord: stwcx
- name: Tom Joseph
email: [email protected]
discord: tomjose
- name: Pavithra Barithaya
email: [email protected]
discord: Pavithra B
- name: Thu Nguyen
email: [email protected]
discord: Thu Nguyen