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


##########
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:
   i think we should just be consistent across whatever we do on line 734 as 
well



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