update
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s

This commit is contained in:
2025-12-28 14:10:04 +00:00
parent c17a61b27a
commit 69d9963597
17 changed files with 627 additions and 444 deletions

View File

@@ -51,7 +51,7 @@ mkdir -p .gitea/workflows
| File | Trigger | Purpose |
|------|---------|---------|
| `enterprise-ai-review.yml` | PR opened/updated | Run AI code review |
| `ai-issue-review.yml` | Issue opened, @ai-bot | Triage issues & respond to commands |
| `ai-issue-review.yml` | Issue opened, @codebot | Triage issues & respond to commands |
| `ai-codebase-review.yml` | Weekly/manual | Analyze codebase health |
---
@@ -89,8 +89,8 @@ Create these labels in your repository for auto-labeling:
1. Create a new issue
2. The AI should automatically triage and comment
### Test @ai-bot Commands:
1. On any issue, comment: `@ai-bot summarize`
### Test @codebot Commands:
1. On any issue, comment: `@codebot summarize`
2. The AI should respond with a summary
---
@@ -126,8 +126,8 @@ python main.py pr owner/repo 123
# Triage a new issue
python main.py issue owner/repo 456
# Handle @ai-bot command in comment
python main.py comment owner/repo 456 "@ai-bot summarize"
# Handle @codebot command in comment
python main.py comment owner/repo 456 "@codebot summarize"
# Analyze codebase
python main.py codebase owner/repo