diff --git a/includes/usr/bin/annotations.py b/includes/usr/bin/annotations.py index 3d35f00..bca8bba 100755 --- a/includes/usr/bin/annotations.py +++ b/includes/usr/bin/annotations.py @@ -169,7 +169,7 @@ NFC_PROBLEM_MATCHER = False pull_request: int = None matcher = re.compile(r'NFC_PROBLEM_MATCHER=(?P\d+)') -matcher_type = re.compile(r'NFC_PROBLEM_MATCHER_TYPE=(?P[a-z_-]+)') +matcher_type = re.compile(r'NFC_PROBLEM_MATCHER_TYPE=(?P[a-zA-Z_-]+)') regex_type = 'default' pattern = re.compile( regex[regex_type] )