Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PullRequestPayload ¶
type PullRequestPayload struct { Head string `json:"head,omitempty"` Base string `json:"base,omitempty"` Title string `json:"title,omitempty"` Body string `json:"body,omitempty"` MaintainerCanModify bool `json:"maintainer_can_modify,omitempty"` Draft bool `json:"draft,omitempty"` Issue *int `json:"issue,omitempty"` }
Example Payload:
{ "title": "Amazing new feature", "body": "Please pull these awesome changes in!", "head":"octocat:new-feature", "base":"master" }
Click to show internal directories.
Click to hide internal directories.