Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
GithubRef string
Org string
Repo string
// contains filtered or unexported fields
}
func CreateClient ¶
func (Client) GetCurrentPullRequests ¶
func (client Client) GetCurrentPullRequests() ([]*github.PullRequest, error)
Gets the pull-request(s) associated with the current action.
Click to show internal directories.
Click to hide internal directories.