mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 01:30:37 +08:00
refactor: update comment for allow_only_specific_folders logic in PR processing
This commit is contained in:
@ -88,7 +88,7 @@ def should_process_pr_logic(data) -> bool:
|
||||
f"Ignoring PR with target branch '{target_branch}' due to config.ignore_pr_target_branches settings")
|
||||
return False
|
||||
|
||||
# --- allow_only_specific_folders logic ---
|
||||
# allow_only_specific_folders
|
||||
allowed_folders = get_settings().config.get("allow_only_specific_folders", [])
|
||||
if allowed_folders and pr_id and project_key and repo_slug:
|
||||
try:
|
||||
|
Reference in New Issue
Block a user