mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2026-01-04 21:55:18 +00:00
Update ticket analysis review setting key in compliance check function
This commit is contained in:
parent
16029e66ad
commit
daeca42ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ async def extract_tickets(git_provider):
|
|||
|
||||
|
||||
async def extract_and_cache_pr_tickets(git_provider, vars):
|
||||
if get_settings().get('config.require_ticket_analysis_review', False):
|
||||
if not get_settings().get('pr_reviewer.require_ticket_analysis_review', False):
|
||||
return
|
||||
related_tickets = get_settings().get('related_tickets', [])
|
||||
if not related_tickets:
|
||||
|
|
|
|||
Loading…
Reference in a new issue