We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1375273 commit 3dcd4a3Copy full SHA for 3dcd4a3
buildkite/bazel-central-registry/generate_report.py
@@ -46,7 +46,7 @@ def get_github_maintainer(module_name):
46
metadata = json.load(open(bcr_presubmit.get_metadata_json(module_name), "r"))
47
github_maintainers = []
48
for maintainer in metadata["maintainers"]:
49
- if "github" in maintainer:
+ if "github" in maintainer and not maintainer.get("do_not_notify"):
50
github_maintainers.append(maintainer["github"])
51
52
if not github_maintainers:
0 commit comments