You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect preexisting issues in PR ${{ steps.pr-info.outputs.number }}.
119
+
120
+
Follow these steps in order:
121
+
122
+
1. Use `gh pr diff ${{ steps.pr-info.outputs.number }}` to identify which lines are part of the PR diff.
123
+
124
+
2. Use `gh pr view ${{ steps.pr-info.outputs.number }}` to get the list of changed files, then read the full content of each changed markdown file.
125
+
126
+
3. Run all three review passes on each file per your instructions, but report ONLY issues on lines that are NOT part of the PR diff.
127
+
128
+
4. You MUST write your results ONLY to `/tmp/preexisting-issues.md` — always, even if there are no issues. Do not post a comment. Do not write anything else. Use this exact format:
0 commit comments