We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa9561 commit d8f041fCopy full SHA for d8f041f
1 file changed
app/schema.py
@@ -83,7 +83,7 @@ def add_release_file_comment(self, input: AddReleaseFileCommentInput) -> str:
83
)
84
85
if input.tweet:
86
- comment += f"\nHere's the tweet text: \n```{input.tweet}```"
+ comment += f"\n\nHere's the tweet text: \n```\n{input.tweet}\n```"
87
88
add_or_edit_comment(input.pr_number, comment, slug="release-file")
89
update_labels(input.pr_number, input.release_info)
0 commit comments