EricJoy2048 commented on code in PR #4135:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4135#discussion_r1112534032


##########
tools/update_modules_check/update_modules_check.py:
##########
@@ -159,6 +159,37 @@ def get_sub_it_modules(modules, total_num, current_num):
     output = output[1:len(output)]
     print(output)
 
+
+# If the check passes, it succeeds, and if the check fails, it exits.
+def check_connector_complete_status(output_module):

Review Comment:
   Where you used `check_connector_complete_status`? I think you need update 
`.github/workflows/backend.yml` and add github actions to use 
`check_connector_complete_status` to check the connector.



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