Commit 96c9784d authored by Andrii Shyshkalov's avatar Andrii Shyshkalov Committed by LUCI CQ

Fix OWNERS: full regexps not allowed, it's matched by fnmatch.

R=apolito@google.com

Bug: 1060018
Change-Id: I384e8bda14341159674e941abb6f723329ca5d94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2097341Reviewed-by: 's avatarAnthony Polito <apolito@google.com>
Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
parent 7ad1d093
......@@ -23,14 +23,14 @@ per-file cros_sdk=file://CROS_OWNERS
per-file repo=file://CROS_OWNERS
# for the Goma client update
per-file cipd_manifest.*=file://GOMA_OWNERS
per-file cipd_manifest*=file://GOMA_OWNERS
# LUCI related tooling
per-file bb.*=file://LUCI_OWNERS
per-file cipd.*=file://LUCI_OWNERS
per-file cit.*=file://LUCI_OWNERS
per-file led.*=file://LUCI_OWNERS
per-file luci.*=file://LUCI_OWNERS
per-file vpython.*=file://LUCI_OWNERS
per-file bb*=file://LUCI_OWNERS
per-file cipd*=file://LUCI_OWNERS
per-file cit*=file://LUCI_OWNERS
per-file led*=file://LUCI_OWNERS
per-file luci*=file://LUCI_OWNERS
per-file vpython*=file://LUCI_OWNERS
# COMPONENT: Infra>SDK
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment