diff --git a/github/repos_statuses.go b/github/repos_statuses.go index 0ba3312..34bdea3 100644 --- a/github/repos_statuses.go +++ b/github/repos_statuses.go @@ -25,6 +25,9 @@ type RepoStatus struct { // Description is a short high level summary of the status. Description *string `json:"description,omitempty"` + // A string label to differentiate this status from the statuses of other systems. + Context *string `json:"context,omitempty"` + Creator *User `json:"creator,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"`