From b0cfbe504be43b05745de4ddff41ffba7feea706 Mon Sep 17 00:00:00 2001 From: Takuto Ikuta Date: Tue, 14 Nov 2023 16:51:57 +0000 Subject: [PATCH] infra/config: enable no_cc_authors This is to remove cc from 'Roll recipe dependencies' CLs. I think it is more like spam and don't have good benefit for this repository. ref: https://source.chromium.org/chromium/infra/infra/+/main:recipes-py/recipe_engine/recipes_cfg.proto;l=84-86;drc=63e03ca57cb20f6a776ae27dd1fee9e2dd60f1b7 Bug: 1497879 Change-Id: I8a40dcec3903c817f7212dfe68d0fff1044eef2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5028557 Auto-Submit: Takuto Ikuta Reviewed-by: Yiwei Zhang Commit-Queue: Yiwei Zhang --- 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 44274673b..4770e19c1 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -10,7 +10,8 @@ "tbr_emails": [ "iannucci@chromium.org" ] - } + }, + "no_cc_authors": true }, "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git", "deps": {