mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
full code suggestions
full code suggestions
This commit is contained in:
@ -35,7 +35,7 @@ class PRDescription:
|
||||
self.prediction = None
|
||||
|
||||
async def describe(self):
|
||||
logging.info('Answering a PR question...')
|
||||
logging.info('Generating a PR description...')
|
||||
if settings.config.publish_review:
|
||||
self.git_provider.publish_comment("Preparing pr description...", is_temporary=True)
|
||||
logging.info('Getting PR diff...')
|
||||
|
Reference in New Issue
Block a user