Skip to content

Commit 0ba4ce5

Browse files
authored
dont scan agent files for local links (#775)
* dont scan agent files for local links * add readme and remove the specific filter for a sentance in it
1 parent e3f44e6 commit 0ba4ce5

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='diff', regex=r/(?<!The local documentation server should now be running at `http:\/\/)(?:localhost|127\.0\.0\.1)/) | some }}
72+
- {{ source.diff.files | reject(attr='new_file', regex=r/^(README|CLAUDE|AGENTS)\.md$/) | match(attr='diff', regex=r/(?:localhost|127\.0\.0\.1)/) | some }}
7373
run:
7474
- action: add-label@v1
7575
args:

0 commit comments

Comments
 (0)