mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-17 13:25:18 +00:00
s
This commit is contained in:
parent
a7a0de764c
commit
9b97073174
1 changed files with 0 additions and 1 deletions
|
|
@ -315,7 +315,6 @@ class PRDescription:
|
||||||
if not self.git_provider.is_supported("gfm_markdown"):
|
if not self.git_provider.is_supported("gfm_markdown"):
|
||||||
get_logger().info(f"Disabling semantic files types for {self.pr_id} since gfm_markdown is not supported")
|
get_logger().info(f"Disabling semantic files types for {self.pr_id} since gfm_markdown is not supported")
|
||||||
return pr_body
|
return pr_body
|
||||||
|
|
||||||
try:
|
try:
|
||||||
pr_body += "<table>"
|
pr_body += "<table>"
|
||||||
header = f"Relevant files"
|
header = f"Relevant files"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue