Skip to content

Commit

Permalink
Update github/event_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Lewis <[email protected]>
  • Loading branch information
ldez and gmlewis authored May 14, 2022
1 parent 7515c38 commit 3d7a799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/event_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ type RepositoryDispatchEvent struct {
//
// GitHub API docs: https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#repository_import
type RepositoryImportEvent struct {
// Status represents the final state of the import. This can be one of "success", "cancelled", or "failure".
Status *string `json:"status,omitempty"`
Repo *Repository `json:"repository,omitempty"`
Org *Organization `json:"organization,omitempty"`
Expand Down

0 comments on commit 3d7a799

Please sign in to comment.