mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 03:40:38 +08:00
remove 'review_requested' (can trigger rate limit, and doesnt make sense algorighmically)
This commit is contained in:
@ -136,7 +136,7 @@ try_fix_invalid_inline_comments = true
|
||||
# these toggles allows running the github app from custom deployments
|
||||
override_deployment_type = true
|
||||
# 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 = [
|
||||
"/describe --pr_description.add_original_user_description=true --pr_description.keep_original_user_title=true",
|
||||
"/review --pr_reviewer.num_code_suggestions=0",
|
||||
|
Reference in New Issue
Block a user