You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/29 04:17:15 UTC

[GitHub] [pulsar-test-infra] lhotari commented on pull request #75: feat: add action of check-pr-title to ensure PR title matches Naming Convention Guide

lhotari commented on PR #75:
URL: https://github.com/apache/pulsar-test-infra/pull/75#issuecomment-1261733349

   To be honest, I don't think that it's a great idea to use Golang for GitHub Actions. 
   
   Javascript/Typescript would be a much better choice since there's a lot less overhead of running the actions and another benefit is that there's official GitHub provided Javascript libraries for writing actions.
   
   A Golang action will have to be compiled before the code can run. With Javascript/Typescript actions there's no such requirement since it can execute immediately.
   
   Who can explain the reason for using Golang?


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org