chia7712 commented on code in PR #22496:
URL: https://github.com/apache/kafka/pull/22496#discussion_r3371214972


##########
.github/scripts/checkstyle.py:
##########
@@ -75,7 +75,7 @@ def parse_report(workspace_path, fp) -> Tuple[int, int]:
     See: 
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-a-notice-message
     """
     if not os.getenv("GITHUB_WORKSPACE"):
-        print("This script is intended to by run by GitHub Actions.")
+        print("This script is intended to be run by GitHub Actions.")

Review Comment:
   
https://github.com/apache/kafka/blob/trunk/.github/scripts/format-test-catalog.py#L63
   https://github.com/apache/kafka/blob/trunk/.github/scripts/junit.py#L244
   https://github.com/apache/kafka/blob/trunk/.github/scripts/rat.py#L59
   
   please check above links



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