Mousius commented on code in PR #11666:
URL: https://github.com/apache/tvm/pull/11666#discussion_r897773186


##########
tests/python/ci/test_ci.py:
##########
@@ -703,27 +713,31 @@ def run(type, data, check):
     )
 
     run(
-        type="ISSUE",
+        source_type="ISSUE",
         data={
             "title": "[something] A title",
             "number": 1234,
             "user": {
                 "login": "person5",
             },
             "labels": [{"name": "something2"}],
+            # pylint: disable=line-too-long
             "body": textwrap.dedent(
                 """
                 `mold` and `lld` can be a much faster alternative to `ld` from 
gcc. We should modify our CMakeLists.txt to detect and use these when possible. 
cc @person1

Review Comment:
   Agree with @areusch we should be consistent. The reason I'd err on the side 
of splitting is so it's easier to read on as many peoples screens as possible, 
without side scrolling or the editor trying to line wrap it.



-- 
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]

Reply via email to