Skip to content

Commit 9ec6241

Browse files
bdougieContinueBekahHW
authored
docs: Create your own pull request review bot guide (#8362)
* docs: add pull request review bot guide with GitHub Actions Add comprehensive guide for setting up an AI-powered code review bot using Continue CLI and GitHub Actions. This privacy-first approach keeps code analysis in your infrastructure while providing automated, context-aware reviews. Features: - 10-minute quick setup instructions - Complete GitHub Actions workflow example - Custom rules for Security, TypeScript, Testing, Python - Interactive @review-bot commands - Advanced configuration options (file filters, size limits) - Troubleshooting section - Example output and next steps Inspired by CodeBunny's privacy-first approach to code reviews. Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> * docs: clarify privacy model and fix APP_ID configuration - Update privacy messaging to accurately reflect data flow: CLI runs in GitHub Actions runner and sends code directly to configured LLM provider - Clarify that no hosted Continue service reads user code - Fix APP_ID configuration: should be stored as repository variable, not secret - Update Step 1 to distinguish between secrets (CONTINUE_API_KEY, APP_PRIVATE_KEY) and variables (APP_ID) Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> * Utlize cards * Utilize mintlify components for readability --------- Co-authored-by: Continue <[email protected]> Co-authored-by: BekahHW <[email protected]>
1 parent 6098fbf commit 9ec6241

File tree

3 files changed

+507
-1
lines changed

3 files changed

+507
-1
lines changed

docs/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@
252252
"guides/running-continue-without-internet",
253253
"guides/custom-code-rag",
254254
"guides/how-to-self-host-a-model",
255-
"guides/notion-continue-guide"
255+
"guides/notion-continue-guide",
256+
"guides/github-pr-review-bot"
256257
]
257258
},
258259
{

0 commit comments

Comments
 (0)