Skip to content

Commit fa4694b

Browse files
committed
fix(pr-comments): heading order
1 parent 2025073 commit fa4694b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: chuckle-http/src/routes/webhooks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ async fn handle_pr_review_comment(
127127

128128
let header = format!(
129129
"### [New Comment](<{}>) from {}",
130-
user_string, data.comment.links.html.href
130+
data.comment.links.html.href, user_string
131131
);
132132
let file_url = format!(
133133
"https://github.com/{}/{}/blob/{}/{}",

0 commit comments

Comments
 (0)