We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72992e commit fbd592eCopy full SHA for fbd592e
src/github-pr-summary.rs
@@ -185,7 +185,7 @@ async fn handler(
185
reviews_text.push_str("\n");
186
}
187
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"));
+ review.push_str(&format!("### [Commit {commit_hash}](https://github.com/{owner}/{repo}/pull/{pull_number}/commits/{commit_hash})\n"));
189
review.push_str(&r.choice);
190
review.push_str("\n\n");
191
reviews.push(review);
0 commit comments