mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
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:
parent
6de5c9e530
commit
88773194fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue