Documentation
¶
Index ¶
- Constants
- func GetReviewStatus(ctx context.Context, client *github.Client, owner, repositoryName string, ...) (map[string]string, map[string]string, error)
- func GetTeamMembers(ctx context.Context, client *github.Client, owner, teamName string) ([]*github.User, error)
- func NewGitHubClient(ctx context.Context, token string) *github.Client
Constants ¶
View Source
const ( Approved = "APPROVED" ChangesRequested = "CHANGES_REQUESTED" Commented = "COMMENTED" )
Review status.
Variables ¶
This section is empty.
Functions ¶
func GetReviewStatus ¶
func GetReviewStatus(ctx context.Context, client *github.Client, owner, repositoryName string, members []*github.User, prNumber int) (map[string]string, map[string]string, error)
GetReviewStatus get reviews status of a Pull Request.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.