Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .pr_agent.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[config]
git_provider="github"
ignore_pr_authors = ["renovate","openshift-cherrypick-robot","red-hat-konflux"]

[github_app]
handle_pr_actions = ['opened', 'reopened', 'ready_for_review']

# What runs automatically when PR is opened
pr_commands = [
"/agentic_describe",
"/agentic_review"
]

# Do NOT auto-trigger on push (avoid noise)
handle_push_trigger = false

# If you later want re-review on new commits, enable:
# handle_push_trigger = true
# push_commands = ["/agentic_review"]

[review_agent]
comments_location_policy = "both"
inline_comments_severity_threshold = 3

[review_agent_ux]
expand_description = true
expand_code = true

[pr_code_suggestions]
enable_chat_in_code_suggestions = true

[rag_arguments]
enable_rag=true
Loading