refactor: update comment for allow_only_specific_folders logic in PR processing

This commit is contained in:
Abhinav Kumar
2025-07-09 23:39:34 +05:30
parent 1713cded21
commit 0742d8052f

View File

@ -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: