X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/62e5274a5d0e9763d2ec34957eb02fa43ab029ff..fc43bb3ebe6dd4db87dc0fafca87254760ba4aa6:/cmd/review-task-reminder/root.go diff --git a/cmd/review-task-reminder/root.go b/cmd/review-task-reminder/root.go index d8ecd97..4838ba2 100644 --- a/cmd/review-task-reminder/root.go +++ b/cmd/review-task-reminder/root.go @@ -208,7 +208,7 @@ https://git.arvados.org/arvados-dev.git/cmd/review-task-reminder` + continue } // Filter for review tasks (issue subject must start with 'review') - reviewRE := regexp.MustCompile(`^review`) + reviewRE := regexp.MustCompile(`^(Review|review)`) if !reviewRE.MatchString(i.Subject) { continue }