Skip to content

.pr_agent.toml

Alexey Zimarev edited this page Nov 20, 2025 · 13 revisions
[pr_code_suggestions]
extra_instructions = """\
- Check PR checks (actions, etc) before suggesting changes that you think will fix compilation errors. If the checks pass, it means that there are no compilation errors, and no suggestions are required (missing imports, using statements, etc).
"""

[pr_compliance]
extra_instructions = """\
- Do not apply audit logging compliance requirements to tests
- For robust error handling and edge cases compliance, when suggesting checks for null values, make sure that the contract allows nulls. If fields or properties in question aren't nullable, do not apply null check suggestions.
- Only apply comprehensive audit log rules for clear cases where issuing an error or a warning makes sense. Otherwise, there's no requirement for audit logs.
"""

[pr_reviewer]
check_pr_additional_content=true

[rag_arguments]
enable_rag=true

[pr_description]
auto_create_ticket = true

Clone this wiki locally