mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 21:48:52 +00:00
Update go-github library
This commit is contained in:
2
vendor/github.com/google/go-github/github/repos_statuses.go
generated
vendored
2
vendor/github.com/google/go-github/github/repos_statuses.go
generated
vendored
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
// RepoStatus represents the status of a repository at a particular reference.
|
||||
type RepoStatus struct {
|
||||
ID *int `json:"id,omitempty"`
|
||||
ID *int64 `json:"id,omitempty"`
|
||||
URL *string `json:"url,omitempty"`
|
||||
|
||||
// State is the current state of the repository. Possible values are:
|
||||
|
||||
Reference in New Issue
Block a user