Skip to content
#

pull-request-review

Here are 9 public repositories matching this topic...

GildedHonour
GildedHonour commented Jul 3, 2022

At runner.go there's:

    //........
evalEnv.Collector.Collect("Completed Analysis", map[string]interface{}{
	"pullRequestUrl": evalEnv.PullRequest.URL,
})

return program, nil

However, the Collect can return an error:

type Collector interface {
	Collect(eventName string, properties map[string]interface{}) error
}

Therefore, there's an unhandled error for `eval

bug good first issue

Improve this page

Add a description, image, and links to the pull-request-review topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pull-request-review topic, visit your repo's landing page and select "manage topics."

Learn more