Versions in this module Expand all Collapse all v0 v0.1.2 Aug 7, 2020 Changes in this version + type Commenter struct + Owner string + Repo string + RunIDs map[string]struct{} + TestNameMatcher string + type CommenterFile struct + Commented []*Commenter + func NewCommenter(...) (*CommenterFile, error) + func (f *CommenterFile) AddRepo(owner, repo, token, testNameMatcher string) error + func (f *CommenterFile) GenerateComments() ([]*string, error)