mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-14 01:30:37 +08:00
Update pr_agent/servers/bitbucket_server_webhook.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
@ -121,7 +121,8 @@ def should_process_pr_logic(data) -> bool:
|
||||
return False
|
||||
except Exception as e:
|
||||
get_logger().error(f"Failed allow_only_specific_folders logic: {e}")
|
||||
return False
|
||||
# Continue processing PR when folder check fails
|
||||
pass
|
||||
except Exception as e:
|
||||
get_logger().error(f"Failed 'should_process_pr_logic': {e}")
|
||||
return False
|
||||
|
Reference in New Issue
Block a user