Skip to content

Commit 9344590

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

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
@@ -184,7 +184,7 @@ async fn handler(
184184
reviews_text.push_str("\n");
185185
}
186186
let mut review = String::new();
187-
review.push_str(&format!("### [Commit {commit_hash}](https://github.com/WasmEdge/WasmEdge/pull/{pull_number}/commits/{commit_hash})\n"));
187+
review.push_str(&format!("### [Commit {commit_hash}](https://github.com/{owner}/{repo}/pull/{pull_number}/commits/{commit_hash})\n"));
188188
review.push_str(&r.choice);
189189
review.push_str("\n\n");
190190
reviews.push(review);

0 commit comments

Comments
 (0)