Documentation ¶
Index ¶
- func AddComment(ctx context.Context, client *githubv4.Client, issueID string, comment string) error
- func GetLabel(ctx context.Context, client *githubv4.Client, repoOwner string, ...) (string, error)
- func GetProjectID(ctx context.Context, client *githubv4.Client, repoOwner string, ...) (githubv4.ID, error)
- func NewClient(ctx context.Context, gitHubToken string) (*githubv4.Client, error)
- func RemoveLabel(ctx context.Context, client *githubv4.Client, issueID string, labelID string) error
- func SetLabel(ctx context.Context, client *githubv4.Client, issueID string, labelID string) error
- type GithubIssue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddComment ¶
func GetProjectID ¶ added in v0.0.77
func RemoveLabel ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.