From ca83568d1acfbd1197990b9b191fdbc07d4f2337 Mon Sep 17 00:00:00 2001 From: Edward Lesmes Date: Tue, 9 Feb 2021 21:02:31 +0000 Subject: [PATCH] recipes.cfg: Set bot_commit option. This will tell the autoroller to set Bot-Commit+1 instead of TBR and self CR+1. Change-Id: I9463924e3a8f4ccc2f96cb68f8d1c517031c8369 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2684329 Reviewed-by: Jason Clinton Reviewed-by: Robbie Iannucci Commit-Queue: Edward Lesmes Auto-Submit: Edward Lesmes --- infra/config/recipes.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 0c0ea36f46..96562a8f18 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -9,7 +9,8 @@ "automatic_commit": true, "tbr_emails": [ "iannucci@chromium.org" - ] + ], + "bot_commit": true } }, "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git",