From 4e9369e6fb8a73439201a013db324d7c7c6e656a Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Fri, 13 Apr 2018 10:42:22 -0700 Subject: [PATCH] root OWNERS: escape backslashes --- OWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OWNERS b/OWNERS index e68951c12f0..822c0893e46 100644 --- a/OWNERS +++ b/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