加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
OWNERS 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
# 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 matchers 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:
- gunnar@gmills.xyz
- kirankumarb@ami.com
reviewers:
- a.nikhil@ibm.com
- Renuka.Sharanya.Pundla@ibm.com
- sivaprabug@ami.com
matchers:
openbmc:
- name: Gunnar Mills
email: gunnar@gmills.xyz
discord: GunnarM
- name: Kirankumar Ballapalli
email: kirankumarb@ami.com
discord: kirankumarb
- name: Nikhil Ashoka
email: a.nikhil@ibm.com
discord: NikhilAshoka
- name: Renuka Sharanya Pundla
email: Renuka.Sharanya.Pundla@ibm.com
discord: Renuka Sharanya
- name: Sivaprabu Ganesan
email: sivaprabug@ami.com
discord: sivaprabug
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化