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 b436951 commit deee215Copy full SHA for deee215
.cm/gitstream.cm
@@ -72,4 +72,8 @@ changes:
72
# Sum all the line removed in the PR
73
deletions: {{ branch.diff.files_metadata | map(attr='deletions') | sum }}
74
# Calculate the ratio of new code
75
- ratio: {{ (changes.additions / (changes.additions + changes.deletions)) * 100 | round(2) }}
+ ratio: {{ (changes.additions / (changes.additions + changes.deletions)) * 100 | round(2) }}
76
+
77
+has:
78
+ screenshot_link: {{ pr.description | includes(regex=r/!\[.*\]\(.*(jpg|svg|png|gif|psd).*\)/) }}
79
+ image_uploaded: {{ pr.description | includes(regex=r/<img.*src.*(jpg|svg|png|gif|psd).*>/) }}
0 commit comments