mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
remove 'review_requested' (can trigger rate limit, and doesnt make sense algorighmically)
This commit is contained in:
parent
116dd75a14
commit
a5cb35418e
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ try_fix_invalid_inline_comments = true
|
||||||
# these toggles allows running the github app from custom deployments
|
# these toggles allows running the github app from custom deployments
|
||||||
override_deployment_type = true
|
override_deployment_type = true
|
||||||
# settings for "pull_request" event
|
# settings for "pull_request" event
|
||||||
handle_pr_actions = ['opened', 'reopened', 'ready_for_review', 'review_requested']
|
handle_pr_actions = ['opened', 'reopened', 'ready_for_review']
|
||||||
pr_commands = [
|
pr_commands = [
|
||||||
"/describe --pr_description.add_original_user_description=true --pr_description.keep_original_user_title=true",
|
"/describe --pr_description.add_original_user_description=true --pr_description.keep_original_user_title=true",
|
||||||
"/review --pr_reviewer.num_code_suggestions=0",
|
"/review --pr_reviewer.num_code_suggestions=0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue