Skip to content

Commit 5298aaa

Browse files
authored
Create .pr_agent.toml (#897)
1 parent a34f0ca commit 5298aaa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pr_agent.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# .pr_agent.toml
2+
[github_app]
3+
# Run these tools automatically on every new PR:
4+
pr_commands = ["/describe", "/review"]
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+
"""

0 commit comments

Comments
 (0)