[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
This commit is contained in:
David Lakin 2024-07-29 16:47:09 -04:00 committed by GitHub
parent f55fd6ae5f
commit 022766cb3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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