Skip to content

Commit

Permalink
chore: remove coderabbit comment greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
Magino committed Jan 19, 2024
1 parent 8db68b0 commit 1d1066f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ai-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: tibdex/github-app-token@v1
with:
app_id: 800935
private_key: ${{ secrets.DARWIG_PRIVATE_KEY }}
private_key: ${{ secrets.CODE_REVIEW_APP_PRIVATE_KEY }}
installation_id: 46310774
- name: AI PR Reviewer
uses: Onigam/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions src/commenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ export class Commenter {
tag = COMMENT_TAG
}

const body = `${COMMENT_GREETING}
const body = `
${message}
${tag}`
Expand Down

0 comments on commit 1d1066f

Please sign in to comment.