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