mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Added Qodo configuration (#43668)
This commit is contained in:
parent
b51cd89ecd
commit
e6894ebaa2
1 changed files with 12 additions and 0 deletions
12
.pr_agent.toml
Normal file
12
.pr_agent.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Configuration for Qodo code review tool
|
||||
|
||||
[github_app]
|
||||
# Do not auto-run anything when a PR is opened
|
||||
pr_commands = []
|
||||
# Do not auto-run anything on new commits / pushes
|
||||
handle_push_trigger = false
|
||||
|
||||
# Keep the review tool available for manual comment commands
|
||||
[review_agent]
|
||||
enabled = true
|
||||
publish_output = true
|
||||
Loading…
Reference in a new issue