Skip to content

Commit 3d7b332

Browse files
format
Created using spr 1.3.7
1 parent 3752b2a commit 3d7b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/premerge_advisor_explain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_comment(
3939
) -> dict[str, str]:
4040
repo = github.Github(github_token).get_repo("llvm/llvm-project")
4141
pr = repo.get_issue(pr_number).as_pull_request()
42-
body = COMMENT_TAG + "\n" + body
42+
body = COMMENT_TAG.format(platform=platform.system()) + "\n" + body
4343
comment = {"body": body}
4444
comment_id = get_comment_id(platform.system(), pr)
4545
if comment_id:

0 commit comments

Comments
 (0)