fix(review): add model attribution to zero-findings LGTM approval

The APPROVE path for zero findings was missing the model footer.
Added YOUR_MODEL_ID to the body.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
wenshao 2026-04-09 08:53:46 +08:00
parent 6de5c9e530
commit 88773194fa

View file

@ -439,7 +439,7 @@ If there are **no confirmed findings**:
gh api repos/{owner}/{repo}/pulls/{pr_number}/reviews \
-f commit_id="{commit_sha}" \
-f event="APPROVE" \
-f body="No issues found. LGTM! ✅"
-f body="No issues found. LGTM! ✅ _— YOUR_MODEL_ID via Qwen Code /review_"
```
Clean up the JSON file in Step 11.