Skip to content

Commit

Permalink
fix gitStream image request regex (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjw24 authored Jul 15, 2024
1 parent ec17b3d commit 35ecf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cm/gitstream.cm
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ changes:

has:
screenshot_link: {{ pr.description | includes(regex=r/!\[.*\]\(.*(jpg|svg|png|gif|psd).*\)/) }}
image_uploaded: {{ pr.description | includes(regex=r/<img.*src.*(jpg|svg|png|gif|psd).*>/) }}
image_uploaded: {{ pr.description | includes(regex=r/(<img.*src.*(jpg|svg|png|gif|psd).*>)|!\[image\]\(.*github\.com.*\)/) }}

0 comments on commit 35ecf87

Please sign in to comment.