mirror of https://github.com/xbmc/xbmc
fix: prevent Claude code reviewer from creating accidental GitHub issue links
Claude was numbering list items as #1, #2, #3 which GitHub automatically converts to issue links, cluttering PR discussions with unrelated issue references. This change explicitly instructs Claude to use (1), (2), (3) format instead to avoid this problem.
This commit is contained in:
parent
cdb7354687
commit
0275b3921d
|
|
@ -64,6 +64,7 @@ jobs:
|
|||
- Keep each issue brief but clear
|
||||
- Use inline comments for code-specific issues
|
||||
- Skip severity sections if empty
|
||||
- When listing items, use (1), (2), (3) format - NEVER use #1, #2, #3 to avoid GitHub treating them as issue links
|
||||
|
||||
Note: The PR branch is already checked out in the current working directory.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue