Documentation
¶
Index ¶
- Constants
- func CheckBotEnableStatus(ctx context.Context, client *github.Client, params PullRequestStatusParams) (bool, error)
- func CheckKnowledgeLabel(labels []*github.Label) (bool, error)
- func CheckRequiredLabel(labels []*github.Label, requiredLabels []string) (bool, error)
- func PostBotWelcomeMessage(ctx context.Context, client *github.Client, repoOwner string, repoName string, ...) error
- func PostPullRequestCheck(ctx context.Context, client *github.Client, params PullRequestStatusParams) error
- func PostPullRequestComment(ctx context.Context, client *github.Client, params PullRequestStatusParams) error
- func PostPullRequestErrorComment(ctx context.Context, client *github.Client, params PullRequestStatusParams, ...) error
- func PostPullRequestStatus(ctx context.Context, client *github.Client, params PullRequestStatusParams) error
- func StatusExist(ctx context.Context, client *github.Client, params PullRequestStatusParams, ...) (bool, error)
- type PullRequestStatusParams
Constants ¶
View Source
const KnowledgeLabel string = "knowledge"
Variables ¶
This section is empty.
Functions ¶
func CheckBotEnableStatus ¶
func CheckRequiredLabel ¶
func PostBotWelcomeMessage ¶
func PostPullRequestCheck ¶
func PostPullRequestComment ¶
func PostPullRequestStatus ¶
func StatusExist ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.