Skip to content

Commit b0c575a

Browse files
authored
ci: specify agents shouldn't use #N in reviews (#119)
See lambdaclass/ethrex#6187 for more context. Review agents make use of `#N` for numbering comments, which triggers GitHub references, linking all reviewed PRs with links to the first PRs of the repo (see #1 for an example).
1 parent 2df5815 commit b0c575a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/prompts/ai-review.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ Consensus-layer considerations:
1818

1919
Be concise and specific. Provide line references when suggesting changes.
2020
If the code looks good, acknowledge it briefly.
21+
22+
Formatting rules:
23+
- NEVER use `#N` (e.g. #1, #2) for enumeration — GitHub renders those as issue/PR references. Use `1.`, `2.`, etc. or bullet points instead.
24+
- When referring back to items, use "Item 1", "Point 2", etc. — never "Issue #1" or "#1".Collapse comment
25+

0 commit comments

Comments
 (0)