From 04bb39103ece3353d816f55fbf9317760392b324 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Wed, 20 Sep 2017 21:47:29 -0700 Subject: [PATCH] Fix HTTP 400 on ClusterFuzz due to non-existent emails. --- projects/example/project.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/projects/example/project.yaml b/projects/example/project.yaml index 723801cfd..ac3a4c755 100644 --- a/projects/example/project.yaml +++ b/projects/example/project.yaml @@ -1,10 +1,12 @@ # Provide the home page for *your* project: homepage: "https://my-api.example.com" -# Provide the e-mail for the primary contact: -primary_contact: "primary-my-api-maintainer@example.com" -auto_ccs: - - "secondary-my-api-maintainer@example.com" - - "tertiary-my-api-maintainer@example.com" + +# Provide the e-mail for the primary contact and others: +# Un-comment the below lines to make auto-cc work. +# primary_contact: "primary-my-api-maintainer@example.com" +# auto_ccs: +# - "secondary-my-api-maintainer@example.com" +# - "tertiary-my-api-maintainer@example.com" # We don't run this example project for real. (Don't use this flag for your project) disabled: true