diff --git a/src/codegen/git/configs/constants.py b/src/codegen/git/configs/constants.py index 94ed8c9cc..2010032a7 100644 --- a/src/codegen/git/configs/constants.py +++ b/src/codegen/git/configs/constants.py @@ -1,5 +1,5 @@ """Git related constants""" CODEGEN_BOT_NAME = "codegen-sh[bot]" -CODEGEN_BOT_EMAIL = "131295404+codegen-sh[bot]@users.noreply.github.com" +CODEGEN_BOT_EMAIL = "codegen@codegen.com" CODEOWNERS_FILEPATHS = [".github/CODEOWNERS", "CODEOWNERS", "docs/CODEOWNERS"]