ui: Add main branch reference when importing janitors in OWNERS file
Without this reference to the main branch of platform/system/core, it
uses the current branch of the host repository. Thus, this breaks when
we attempt to upload a CL which targets a branch that doesn't exist in
platform/system/core such as ui-canary.
Change-Id: I268ad1e1f358fabbdb75b50824aed6ce6a5829d8
diff --git a/OWNERS b/OWNERS
index 6f34185..4dca898 100644
--- a/OWNERS
+++ b/OWNERS
@@ -38,4 +38,4 @@
eseckler@chromium.org
nuskos@chromium.org
skyostil@chromium.org
-include platform/system/core:/janitors/OWNERS #{LAST_RESORT_SUGGESTION}
+include platform/system/core:main:/janitors/OWNERS #{LAST_RESORT_SUGGESTION}