Skip to content

Commit f8c2811

Browse files
authored
Update command syntax in .pr_agent.toml
Refactor command lists in .pr_agent.toml for clarity.
1 parent 0251801 commit f8c2811

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.pr_agent.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# .pr_agent.toml
22
[github_app]
3-
pr_commands = [
43
pr_commands = [
54
"/review",
65
"/improve",
76
]
87

98
handle_push_trigger = true
10-
push_commands = [
11-
"/improve",
12-
]
9+
push_commands = ["/improve"]
1310

1411
[pr_reviewer] # (all fields optional)
1512
num_max_findings = 10 # how many items to surface

0 commit comments

Comments
 (0)