From 022766cb3c7a7f5024676e1209a550d5ea56d22e Mon Sep 17 00:00:00 2001 From: David Lakin Date: Mon, 29 Jul 2024 16:47:09 -0400 Subject: [PATCH] [GitPython] Update Project Contributor's Email in Auto-CC List (#12281) Removed a dot (`.`) from @EliahKagan's Gmail address that we suspect is preventing him from being able to properly authenticate on Monorail, thus blocking his access to undisclosed bugs he should be able to view for the GitPython project. Ref: https://github.com/gitpython-developers/GitPython/discussions/1947 --- projects/gitpython/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/gitpython/project.yaml b/projects/gitpython/project.yaml index 9e41039d0..84034b532 100644 --- a/projects/gitpython/project.yaml +++ b/projects/gitpython/project.yaml @@ -3,7 +3,7 @@ language: python primary_contact: "byronimo@gmail.com" auto_ccs: - "david.js.lakin@gmail.com" - - "eliah.kagan@gmail.com" + - "eliahkagan@gmail.com" main_repo: "https://github.com/gitpython-developers/gitpython" fuzzing_engines: - libfuzzer