diff --git a/src/github.rs b/src/github.rs index 5eeadefa4..f5db373ea 100644 --- a/src/github.rs +++ b/src/github.rs @@ -55,6 +55,7 @@ pub struct Issue { pub number: u64, pub body: String, title: String, + html_url: String, user: User, labels: Vec