We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6c20a commit e1f5387Copy full SHA for e1f5387
pkg/changelog/main.go
@@ -165,7 +165,7 @@ func (c pr) linkToIssue() string {
165
}
166
167
// * 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://.*)$`)
+var prRegex = regexp.MustCompile(`\* (.*?): (.*?) by @(.*?) in (https://.*)$`)
169
170
func (c *cli) readPrs(notes []byte) {
171
scanner := bufio.NewScanner(bytes.NewReader(notes))
0 commit comments