Home
last modified time | relevance | path

Searched defs:CheckRunEvent (Results 26 – 26 of 26) sorted by relevance

12

/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Devent_types.go35 type CheckRunEvent struct { struct
36 CheckRun *CheckRun `json:"check_run,omitempty"`
38 Action *string `json:"action,omitempty"`
41 Repo *Repository `json:"repository,omitempty"`
42 Org *Organization `json:"organization,omitempty"`
43 Sender *User `json:"sender,omitempty"`
44 Installation *Installation `json:"installation,omitempty"`
47 RequestedAction *RequestedAction `json:"requested_action,omitempty"` //

12