Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TokenFromEnv ¶
func TokenFromEnv() string
Types ¶
type PullRequestCommenter ¶
type PullRequestCommenter struct {
Issues issueCommentClient
}
func NewPullRequestCommenter ¶
func NewPullRequestCommenter(client *gh.Client) PullRequestCommenter
func (PullRequestCommenter) Post ¶
func (c PullRequestCommenter) Post(ctx context.Context, repo Repository, prNumber int, body string) error
type Repository ¶
func ParseRepository ¶
func ParseRepository(value string) (Repository, error)
func ResolveRepository ¶
func (Repository) String ¶
func (r Repository) String() string
Click to show internal directories.
Click to hide internal directories.