Skip to content

Commit dce2a32

Browse files
Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 4e1e1be commit dce2a32

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pr_review_kimi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,12 @@ jobs:
100100
env:
101101
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
run: |
103-
REVIEW_CONTENT=$(cat kimi_review.txt)
103+
gh pr comment ${{ github.event.pull_request.number }} --body-file kimi_review.txt --body-prefix "## Kimi AI Code Review
104104
105-
gh pr comment ${{ github.event.pull_request.number }} --body "## Kimi AI Code Review
105+
" --body-suffix "
106+
107+
---
108+
*Automated review by Kimi (Moonshot AI)*"
106109

107110
$REVIEW_CONTENT
108111

0 commit comments

Comments
 (0)