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:
commit
849cfbde68
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue