We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e48cb commit 7281d8eCopy full SHA for 7281d8e
.github/workflows/pr_review_kimi.yaml
@@ -120,9 +120,9 @@ jobs:
120
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121
PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
122
run: |
123
- gh pr comment $PR_NUMBER --body-file kimi_review.txt --body-prefix "## Kimi AI Code Review
+ echo "<details><summary><h2>Kimi AI Code Review</h2></summary>" > body.md
124
+ cat kimi_review.txt >> body.md
125
+ echo -e "\n---\n*Automated review by Kimi (Moonshot AI)*\n</details>" >> body.md
126
-" --body-suffix "
127
+ gh pr comment ${{ github.event.pull_request.number }} --body-file body.md
128
----
-*Automated review by Kimi (Moonshot AI)*"
0 commit comments