Update notify_emails list

Add/remove developers that are (no longer) active on PDFium.

Change-Id: I35217ecb1231c65ca70d626fce3e8c9d9ed914ff
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/137790
Reviewed-by: Tom Sepez <tsepez@chromium.org>
2 files changed
tree: 593b5f3c932a1a22b8f152681dadd3c4cc4d03fd
  1. generated/
  2. template/
  3. codereview.settings
  4. main.star
  5. PRESUBMIT.py
  6. README.md
README.md

Config

This directory contains configuration files for chrome-infrastructure services.

For the most part, the actual configs consumed by LUCI live under generated/. Those files are generated by executing the .star files at the root of the repository. Don't edit the generated files directly if the configs need to be changed. Instead, edit the Starlark file and execute it to regenerate the files in generated/ directory.

To manually execute the Starlark code, you will need to have lucicfg in your PATH, and run:

lucicfg generate main.star

Or you can execute the .star file directly:

./main.star

References