We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba6c02 commit c756f42Copy full SHA for c756f42
1 file changed
.pr_agent.toml
@@ -1,7 +1,12 @@
1
# .pr_agent.toml
2
[github_app]
3
-# Run these tools automatically on every new PR:
4
-pr_commands = ["/describe", "/review", "/improve"]
+pr_commands = [
+ "/review",
5
+ "/improve",
6
+]
7
+
8
+handle_push_trigger = true
9
+push_commands = ["/improve"]
10
11
[pr_reviewer] # (all fields optional)
12
num_max_findings = 10 # how many items to surface
0 commit comments