Merge pull request !2822 from rhodecode-enterprise-ce fix/RCCE-292_AI-CODE-REVIEW-audit-logs-fix

fix: makes audit log commit immidiatly
This commit is contained in:
Andrii Verbytskyi 2025-09-29 11:14:04 +00:00
commit 849cfbde68

View file

@ -531,6 +531,7 @@ def start_ai_code_review(pull_request_id):
audit_logger.AI_MODEL_VERSION: ai_model_version,
},
repo=pull_request.target_repo,
commit=True,
)
try: