fix: makes audit log commit immidiatly

This commit is contained in:
ievgenii vdovenko 2025-09-29 12:34:34 +02:00
parent c8c60398f2
commit ebee979020

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: