github

package
v2.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*github.Client
	// contains filtered or unexported fields
}

Client provides the context and client with necessary auth for interacting with the Github API

func NewClient

func NewClient() *Client

NewClient returns a github client with the necessary auth

func (*Client) CommentOnPR

func (g *Client) CommentOnPR(pr *github.PullRequestEvent, message string) error

CommentOnPR comments message on the PR

func (*Client) RemoveLabelFromPR

func (g *Client) RemoveLabelFromPR(pr *github.PullRequestEvent, label string) error

RemoveLabelFromPR removes label from pr

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL