driazati commented on code in PR #11909: URL: https://github.com/apache/tvm/pull/11909#discussion_r908860191
########## tests/scripts/github_docs_comment.py: ########## @@ -25,11 +25,22 @@ from git_utils import git, GitHubRepo, parse_remote from cmd_utils import init_log +DOCS_BOT_MARKER = "<!---docs-bot-comment-->" Review Comment: ```suggestion DOCS_BOT_MARKER = "<!---docs-bot-comment-->\n\n" ``` I tried it out manually in [this comment](https://github.com/apache/tvm/pull/11909#issuecomment-1167891541) and it apparently busts the parsing on GitHub, some newlines fixes it up though -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
