diff --git a/llvm/utils/git/github-automation.py b/llvm/utils/git/github-automation.py index b90c68a3618b9..52523704fe82d 100755 --- a/llvm/utils/git/github-automation.py +++ b/llvm/utils/git/github-automation.py @@ -82,6 +82,8 @@ def run(self) -> bool: comment = f""" @llvm/{team.slug} +Author: {self.issue.user.name} ({self.issue.user.login}) +
{body}
@@ -165,6 +167,8 @@ def run(self) -> bool: {self.COMMENT_TAG} {team_mention} +Author: {self.pr.user.name} ({self.pr.user.login}) +
Changes