forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OWNERS.yaml
28 lines (24 loc) · 1.21 KB
/
OWNERS.yaml
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
# For an explanation of the OWNERS.yaml rules and syntax, see:
# https://github.com/ampproject/amp-github-apps/blob/master/owners/OWNERS.example.yaml
- "?cramforce"
- "?dvoytenko"
- "?jridgewell"
- "**/validator-*.{protoascii,html,out}": "#ampproject/wg-caching"
- "*.md": ampproject/wg-outreach
- "{.*,{{babel,bundles}.config,gulpfile}.js,renovate.json}": ampproject/wg-infra
- "{package.json,yarn.lock}":
- ampproject/wg-infra
- ampproject/wg-runtime
- ampproject/wg-performance
# The below rule will be here only temporarily during the transition period
# while many owners files are being updated as contributors and teams notice
# which files are out of date. The `#` modifier means the owners bot will tag
# me on any PR that touches an owners file. This will allow me to verify
# syntax and semantics of all updates until the syntax check API for Travis to
# use is complete.
# Though this gives me the ability to approve changes to owners files, I do not
# currently have merge access; the owners check is currently non-blocking; and
# I run and maintain the owners bot application.
# TODO(#24685): Remove this once most owners files have been update and/or the
# Travis check is implemented.
- "**/OWNERS.yaml": "#rcebulko"