Skip to content

Commit e1f5387

Browse files
committed
ci: handle renovate[bot] pull requests in changelog
1 parent 3e6c20a commit e1f5387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/changelog/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func (c pr) linkToIssue() string {
165165
}
166166

167167
// * docs: improve security panel info for ONTAP 9.10+ by @foo in https://github.com/NetApp/harvest/pull/1238
168-
var prRegex = regexp.MustCompile(`\* (.*?): (.*?) by @(\w+) in (https://.*)$`)
168+
var prRegex = regexp.MustCompile(`\* (.*?): (.*?) by @(.*?) in (https://.*)$`)
169169

170170
func (c *cli) readPrs(notes []byte) {
171171
scanner := bufio.NewScanner(bytes.NewReader(notes))

0 commit comments

Comments
 (0)