const ( LogKeyEventType string = "github_event_type" LogKeyDeliveryID string = "github_delivery_id" LogKeyRepositoryName string = "github_repository_name" LogKeyRepositoryOwner string = "github_repository_owner" LogKeyIssueNumber string = "github_issue_number" LogKeyPRNumber string = "github_pr_number" LogKeyInstallationID string = "github_installation_id" )
func PrepareIssueContext(installationID int64, repo *github.Repository) logging.EdgeLogger
func PreparePullRequestContext(installationID int64, pr *github.PullRequest, repo *github.Repository) logging.EdgeLogger
func PreparePushContext(installationID int64, repo *github.PushEventRepository) logging.EdgeLogger
func PrepareRepoContext() logging.EdgeLogger
func PrepareStatusContext(installationID int64, repo *github.Repository) logging.EdgeLogger