Skip to content

Commit d8f041f

Browse files
committed
Improve how tweet is shown
1 parent 8fa9561 commit d8f041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def add_release_file_comment(self, input: AddReleaseFileCommentInput) -> str:
8383
)
8484

8585
if input.tweet:
86-
comment += f"\nHere's the tweet text: \n```{input.tweet}```"
86+
comment += f"\n\nHere's the tweet text: \n```\n{input.tweet}\n```"
8787

8888
add_or_edit_comment(input.pr_number, comment, slug="release-file")
8989
update_labels(input.pr_number, input.release_info)

0 commit comments

Comments
 (0)