Commit 9ec6241
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 <noreply@continue.dev>
* 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 <noreply@continue.dev>
* Utlize cards
* Utilize mintlify components for readability
---------
Co-authored-by: Continue <noreply@continue.dev>
Co-authored-by: BekahHW <rhawrot@gmail.com>1 parent 6098fbf commit 9ec6241
3 files changed
+507
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
0 commit comments