From 33061f78a10a7e44537a4c0384c5dab68d61f1ec Mon Sep 17 00:00:00 2001 From: martiniss Date: Tue, 13 Sep 2016 17:32:18 -0700 Subject: [PATCH] Add recipe-roller as an OWNER of recipe modules. See https://codereview.chromium.org/2335163004 for why this is needed. The roller can't land a non-trivial CL with the upstream author's LGTM, because it's not an OWNER of the recipes in the repo it's rolling into. Review-Url: https://codereview.chromium.org/2337263002 --- recipe_modules/OWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipe_modules/OWNERS diff --git a/recipe_modules/OWNERS b/recipe_modules/OWNERS new file mode 100644 index 0000000000..eefb0aefe2 --- /dev/null +++ b/recipe_modules/OWNERS @@ -0,0 +1 @@ +recipe-roller@chromium.org