Fix HTTP 400 on ClusterFuzz due to non-existent emails.

This commit is contained in:
Abhishek Arya 2017-09-20 21:47:29 -07:00 committed by GitHub
parent 37f642da1d
commit 04bb39103e
1 changed files with 7 additions and 5 deletions

View File

@ -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