Skip to content

Commit

Permalink
feat: Add Expired to RepositoryInvitation (google#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
milescrabill authored Oct 10, 2024
1 parent 13afa20 commit 62b5d75
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions github/github-accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions github/repos_invitations.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type RepositoryInvitation struct {
CreatedAt *Timestamp `json:"created_at,omitempty"`
URL *string `json:"url,omitempty"`
HTMLURL *string `json:"html_url,omitempty"`
Expired *bool `json:"expired,omitempty"`
}

// ListInvitations lists all currently-open repository invitations.
Expand Down

0 comments on commit 62b5d75

Please sign in to comment.