mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 19:35:17 +00:00
feat: add PR link support in changelog updates
This commit is contained in:
parent
dd89e1f2dc
commit
6c131b8406
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ class PRUpdateChangelog:
|
||||||
|
|
||||||
# post-process the response
|
# post-process the response
|
||||||
response = response.strip()
|
response = response.strip()
|
||||||
|
if not response:
|
||||||
|
return ""
|
||||||
if response.startswith("```"):
|
if response.startswith("```"):
|
||||||
response_lines = response.splitlines()
|
response_lines = response.splitlines()
|
||||||
response_lines = response_lines[1:]
|
response_lines = response_lines[1:]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue