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.
2 parents b1d998e + 2f50db4 commit 9804a67Copy full SHA for 9804a67
site/src/github.rs
@@ -411,7 +411,10 @@ pub async fn post_finished(ctxt: &SiteCtxt) {
411
///
412
/// `is_master_commit` is used to differentiate messages for try runs and post-merge runs.
413
async fn post_comparison_comment(ctxt: &SiteCtxt, commit: QueuedCommit, is_master_commit: bool) {
414
- let client = client::Client::from_ctxt(ctxt, "https://github.com/rust-lang/rust".to_owned());
+ let client = client::Client::from_ctxt(
415
+ ctxt,
416
+ "https://api.github.com/repos/rust-lang/rust".to_owned(),
417
+ );
418
let pr = commit.pr;
419
let body = match summarize_run(ctxt, commit, is_master_commit).await {
420
Ok(message) => message,
0 commit comments