Skip to content

Commit a5190d4

Browse files
add comment tag
Created using spr 1.3.7
1 parent a10417d commit a5190d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/premerge_advisor_explain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +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
4243
comment = {"body": body}
4344
comment_id = get_comment_id(platform.system(), pr)
4445
if comment_id:

0 commit comments

Comments
 (0)