diff --git a/README.md b/README.md index da5159c4..a49077c7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ Making pull requests less painful with an AI agent ## News and Updates +### Jan 17, 2024 +- A new feature is not available for the review tool: [`require_can_be_split_review`](https://pr-agent-docs.codium.ai/tools/review/#enabledisable-features). If set to true, the tool will add a section that checks if the PR contains several themes, and can be split into smaller PRs. + + + ### Jan 10, 2024 - A new [knowledge-base website](https://pr-agent-docs.codium.ai/) for PR-Agent is now available. It includes detailed information about the different tools, usage guides and more, in an accessible and organized format. diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index 2530e064..c2b6323c 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -180,7 +180,7 @@ def process_can_be_split(emoji, value): markdown_text += f"
  • {file}
  • \n" markdown_text += f"\n\n\n" else: - markdown_text += f"\n
    \nSub PR theme: {title}\n\n" + markdown_text += f"\n
    \nSub-PR theme: {title}\n\n" markdown_text += f"
    \n" markdown_text += f"Relevant files:\n" markdown_text += f"