We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50d5aea + 5298aaa commit df29256Copy full SHA for df29256
.pr_agent.toml
@@ -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