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.
2 parents 6f95b24 + c70da58 commit 5b741f0Copy full SHA for 5b741f0
criticality_score/constants.py
@@ -45,4 +45,4 @@
45
FAIL_RETRIES = 7
46
47
# Regex to match dependents count.
48
-DEPENDENTS_REGEX = re.compile(b'.*[^0-9,]([0-9,]+).*commit results', re.DOTALL)
+DEPENDENTS_REGEX = re.compile(b'.*[^0-9,]([0-9,]+).*commit result', re.DOTALL)
0 commit comments