Skip to content

Commit fbd592e

Browse files
authored
Fix commit link
Signed-off-by: Michael Yuan <[email protected]>
1 parent e72992e commit fbd592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github-pr-summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async fn handler(
185185
reviews_text.push_str("\n");
186186
}
187187
let mut review = String::new();
188-
review.push_str(&format!("### [Commit {commit_hash}](https://github.com/WasmEdge/WasmEdge/pull/{pull_number}/commits/{commit_hash})\n"));
188+
review.push_str(&format!("### [Commit {commit_hash}](https://github.com/{owner}/{repo}/pull/{pull_number}/commits/{commit_hash})\n"));
189189
review.push_str(&r.choice);
190190
review.push_str("\n\n");
191191
reviews.push(review);

0 commit comments

Comments
 (0)