Skip to content

Commit f5d1247

Browse files
committed
Add author_association to the comment struct
1 parent 194c1c3 commit f5d1247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/github.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ pub struct Comment {
463463
pub updated_at: chrono::DateTime<Utc>,
464464
#[serde(default, rename = "state")]
465465
pub pr_review_state: Option<PullRequestReviewState>,
466+
pub author_association: AuthorAssociation,
466467
}
467468

468469
#[derive(Debug, serde::Deserialize, serde::Serialize, Eq, PartialEq)]

0 commit comments

Comments
 (0)