Skip to content

Commit 0df0186

Browse files
authored
Merge branch 'master' into mixlayer
2 parents a362e41 + a44879f commit 0df0186

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.pr_agent.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# .pr_agent.toml
2+
[github_app]
3+
# Run these tools automatically on every new PR:
4+
pr_commands = ["/describe", "/review", "/improve"]
5+
6+
[pr_reviewer] # (all fields optional)
7+
num_max_findings = 5 # how many items to surface
8+
require_tests_review = true
9+
extra_instructions = """
10+
Focus on duplicate code, the possibility of bugs, and if the PR added appropriate tests if it added a simulation feature.
11+
"""
12+
13+
[pr_code_suggestions]
14+
commitable_code_suggestions = false # purely advisory, no write ops
15+
apply_suggestions_checkbox = false # hides the “Apply/Chat” boxes

0 commit comments

Comments
 (0)