Skip to content

Commit

Permalink
fix: use pr number instead of internal id
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed May 12, 2024
1 parent ea508bf commit 31f6f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildit-utils/src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub async fn open_pr(
.await?;

Ok((
pr.id.0,
pr.number,
pr.html_url.map(|x| x.to_string()).unwrap_or_else(|| pr.url),
))
}
Expand Down

0 comments on commit 31f6f83

Please sign in to comment.