Skip to content

Commit 7024404

Browse files
fix: CG-12124 use codegen-sh[bot] as commiter (#903)
1 parent 68634fe commit 7024404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/codegen/git/configs/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Git related constants"""
22

3-
CODEGEN_BOT_NAME = "codegen-bot"
4-
CODEGEN_BOT_EMAIL = "team+codegenbot@codegen.sh"
3+
CODEGEN_BOT_NAME = "codegen-sh[bot]"
4+
CODEGEN_BOT_EMAIL = "131295404+codegen-sh[bot]@users.noreply.github.com"
55
CODEOWNERS_FILEPATHS = [".github/CODEOWNERS", "CODEOWNERS", "docs/CODEOWNERS"]

tests/integration/codegen/runner/test_create_branch_with_grouping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_create_branch_with_grouping(codebase_client: CodebaseClient, git_repo_c
4848
assert remote_branch is not None
4949
assert remote_branch.name == branch.head_ref
5050
assert remote_branch.commit.commit.message == f"[Codegen] {commit_msg}"
51-
assert remote_branch.commit.commit.author.name == "codegen-bot"
51+
assert remote_branch.commit.commit.author.name == "codegen-sh[bot]"
5252

5353
comparison = git_repo_client.repo.compare(base=branch.base_branch, head=branch.head_ref)
5454
assert "+🌈" in comparison.files[0].patch

0 commit comments

Comments
 (0)