Documentation ¶
Index ¶
- Constants
- func HandleIssueCommentEvent(gc githubClient, ce *github.IssueCommentEvent, ...) error
- func HandlePullRequestEvent(gc githubClient, pe *github.PullRequestEvent, ...) error
- func HelpProvider(epa *externalplugins.ConfigAgent) func(enabledRepos []config.OrgRepo) (*pluginhelp.PluginHelp, error)
Constants ¶
View Source
const (
// PluginName defines this plugin's registered name.
PluginName = "ti-community-blunderbuss"
)
Variables ¶
This section is empty.
Functions ¶
func HandleIssueCommentEvent ¶
func HandleIssueCommentEvent(gc githubClient, ce *github.IssueCommentEvent, cfg *externalplugins.Configuration, ol ownersclient.OwnersLoader, log *logrus.Entry) error
HandleIssueCommentEvent handles a GitHub issue comment event and requests review.
func HandlePullRequestEvent ¶
func HandlePullRequestEvent(gc githubClient, pe *github.PullRequestEvent, cfg *externalplugins.Configuration, ol ownersclient.OwnersLoader, log *logrus.Entry) error
HandleIssueCommentEvent handles a GitHub pull request event and requests review.
func HelpProvider ¶
func HelpProvider(epa *externalplugins.ConfigAgent) func( enabledRepos []config.OrgRepo) (*pluginhelp.PluginHelp, error)
HelpProvider constructs the PluginHelp for this plugin that takes into account enabled repositories. HelpProvider defines the type for function that construct the PluginHelp for plugins.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.