github

package
v0.0.0-...-dc366d2 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2025 License: MIT Imports: 11 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 interface {
	GetPullRequestDiff(ctx context.Context, owner, repo string, number int) (string, error)
	CommentOnPullRequest(ctx context.Context, owner, repo string, number int, comment string) error
	HasExistingComments(ctx context.Context, owner, repo string, number int) (bool, error)
}

type GitHubClient

type GitHubClient struct {
	// contains filtered or unexported fields
}

func NewGithubAppClient

func NewGithubAppClient(appID int64, privateKey string, installationID int64) (*GitHubClient, error)

NewGithubAppClient creates a new GitHub client using GitHub App authentication

func NewGithubClient

func NewGithubClient(token string) *GitHubClient

NewGithubClient creates a new GitHub client with the provided token

func (*GitHubClient) CommentOnPullRequest

func (g *GitHubClient) CommentOnPullRequest(ctx context.Context, owner, repo string, number int, comment string) error

CommentOnPullRequest adds a comment to a PR

func (*GitHubClient) GetPullRequestDiff

func (g *GitHubClient) GetPullRequestDiff(ctx context.Context, owner, repo string, number int) (string, error)

func (*GitHubClient) HasExistingComments

func (g *GitHubClient) HasExistingComments(ctx context.Context, owner, repo string, number int) (bool, error)

HasExistingComments checks if the bot has already commented on the PR

Jump to

Keyboard shortcuts

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