mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
root OWNERS: escape backslashes
This commit is contained in:
parent
ce1cab3bfa
commit
4e9369e6fb
1 changed files with 2 additions and 2 deletions
4
OWNERS
4
OWNERS
|
|
@ -19,11 +19,11 @@ filters:
|
|||
- wojtek-t
|
||||
|
||||
# Bazel build infrastructure changes often touch files throughout the tree
|
||||
"\.bzl$":
|
||||
"\\.bzl$":
|
||||
reviewers:
|
||||
- ixdy
|
||||
approvers:
|
||||
- ixdy
|
||||
"BUILD(\.bazel)?$":
|
||||
"BUILD(\\.bazel)?$":
|
||||
approvers:
|
||||
- ixdy
|
||||
|
|
|
|||
Loading…
Reference in a new issue