-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathCODEOWNERS
19 lines (15 loc) · 955 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Code owners file.
# This file controls who is tagged for review for any given pull request.
#
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
* @googleapis/github-automation
packages/auto-label/* @googleapis/github-automation @sofisl
packages/conventional-commit-lint/* @googleapis/github-automation @bcoe
packages/generated-files-bot/* @googleapis/github-automation @chingor13
packages/header-checker-lint/* @googleapis/github-automation @chingor13
packages/merge-on-green/* @googleapis/github-automation @sofisl
packages/monitoring-system/* @googleapis/github-automation @chingor13
packages/release-please/* @googleapis/github-automation @bcoe @chingor13
# The github automation team is the default owner for the auto-approve file.
.github/auto-approve.yml @googleapis/github-automation