Skip to content

Commit 0fa4677

Browse files
committed
ci: add pr review bot
1 parent 7591a05 commit 0fa4677

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.github/workflows/pr-review.yml

Whitespace-only changes.

src/cli/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
Prefix your items with `(Template)` if the change is about the template and not the resulting application.
77

8+
## 0.26.3
9+
- Add PR bot to check PRs in GitHub
10+
811
## 0.26.2
912
- Fix issue with dispose in VM.
1013
- Fix errors in documentation.

src/pull-request-bot.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"claude_code": {
3+
"model": "opus"
4+
},
5+
"file_filter": {
6+
"exclude_patterns": ["tests/**", "**/*.test.js"],
7+
"max_file_size": 327680
8+
},
9+
"auto_fix": {
10+
"enabled": true,
11+
"confidence_threshold": 0.85,
12+
"max_fixes_per_file": 5
13+
},
14+
"pr_description": {
15+
"enabled": true,
16+
"mode": "append"
17+
}
18+
}

0 commit comments

Comments
 (0)