This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 885422c  Fix contribulyze parsing commits referencing other CASS* jira 
project tickets
885422c is described below

commit 885422c96e77f4d3a8c1a9f4f6947b3a0dff5c83
Author: Mick Semb Wever <[email protected]>
AuthorDate: Thu Dec 18 23:33:45 2025 +0100

    Fix contribulyze parsing commits referencing other CASS* jira project 
tickets
    
     patch by Mick Semb Wever; reviewed by Jyothsna Konisa
---
 contribulyze/contribulyze.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribulyze/contribulyze.py b/contribulyze/contribulyze.py
index 17527ed..cbff94e 100755
--- a/contribulyze/contribulyze.py
+++ b/contribulyze/contribulyze.py
@@ -451,7 +451,7 @@ def process_committers():
 ### Regexps to parse the logs. ##
 log_header_re = re.compile('^commit ([0-9a-z]+)$')
 patch_by_re = re.compile('(?:.*\n)*.*patch by ([^;]+)(;|,)', 
flags=re.IGNORECASE | re.MULTILINE)
-reviewed_by_re = re.compile('(?:.*\n)*.*[;, ](?:review|test)(?:ed)? by 
((?:.|\n)+?)(?=(?: |\n)+for(?: |\n)+(?:cassandra-|#[0-9]+))', 
flags=re.IGNORECASE | re.MULTILINE)
+reviewed_by_re = re.compile('(?:.*\n)*.*[;, ](?:review|test)(?:ed)? by 
((?:.|\n)+?)(?=(?: |\n)+for(?: |\n)+(?:cass.*-|#[0-9]+))', flags=re.IGNORECASE 
| re.MULTILINE)
 coauthored_by_re = re.compile(' *co-authored-by: ([^<]+)', re.IGNORECASE)
 author_re = re.compile('^Author: ([^<]+)')
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to