mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-06 13:38:01 +00:00
Update deps
This commit is contained in:
3
vendor/github.com/google/go-github/github/pulls.go
generated
vendored
3
vendor/github.com/google/go-github/github/pulls.go
generated
vendored
@@ -42,7 +42,8 @@ type PullRequest struct {
|
||||
StatusesURL *string `json:"statuses_url,omitempty"`
|
||||
DiffURL *string `json:"diff_url,omitempty"`
|
||||
PatchURL *string `json:"patch_url,omitempty"`
|
||||
Assignee *User `json:"assignee,omitempty"` // probably only in webhooks
|
||||
Assignee *User `json:"assignee,omitempty"`
|
||||
Assignees []*User `json:"assignees,omitempty"`
|
||||
|
||||
Head *PullRequestBranch `json:"head,omitempty"`
|
||||
Base *PullRequestBranch `json:"base,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user