Skip to content

Commit 301af9e

Browse files
authored
Merge pull request #731 from linear-b/fix-check-link-rule2
ignore the specific sentance in the README
2 parents f8c4fef + 86d8a86 commit 301af9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cm/gitstream.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ automations:
6969
# Check for wrong app link
7070
check_local_links:
7171
if:
72-
- {{ source.diff.files | match(attr='new_content', list=['localhost', '127.0.0.1']) | some }}
72+
- {{ source.diff.files | match(attr='diff', regex=r/(?<!The local documentation server should now be running at `http:\/\/)(?:localhost|127\.0\.0\.1)/) | some }}
7373
run:
7474
- action: add-label@v1
7575
args:

0 commit comments

Comments
 (0)