Implement opt-out mechanism for notifications (#889)
Part of #869
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 5022097..fbb3fa8 100755
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -77,6 +77,7 @@
"bazel": "gs://bazel-buildkite-stats/flaky-tests-bep/",
}[BUILDKITE_ORG]
+# Projects can opt out of receiving GitHub issues from --notify by adding `"do_not_notify": True` to their respective downstream entry.
DOWNSTREAM_PROJECTS_PRODUCTION = {
"Android Studio Plugin": {
"git_repository": "https://github.com/bazelbuild/intellij.git",