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 a566f26 commit 9344590Copy full SHA for 9344590
src/github-pr-summary.rs
@@ -184,7 +184,7 @@ async fn handler(
184
reviews_text.push_str("\n");
185
}
186
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"));
+ review.push_str(&format!("### [Commit {commit_hash}](https://github.com/{owner}/{repo}/pull/{pull_number}/commits/{commit_hash})\n"));
188
review.push_str(&r.choice);
189
review.push_str("\n\n");
190
reviews.push(review);
0 commit comments