diff --git a/joint_teapot/utils/joj3.py b/joint_teapot/utils/joj3.py index eac9bea..79d7abe 100644 --- a/joint_teapot/utils/joj3.py +++ b/joint_teapot/utils/joj3.py @@ -196,7 +196,7 @@ def generate_title_and_comment( + "[Joint-Teapot](https://github.com/BoYanZh/Joint-Teapot) with ❤️.\n" ) for stage in stages: - comment += f"## {stage['name']}" + comment += f"## {stage['name']}\n" if all( result["score"] == 0 and result["comment"].strip() == "" for result in stage["results"]