Aug 22, 2022
Hi, nothing much would change since we run a single .js file on Jenkins Ci as you would on your local machine. Only thing would change is to get PR details(base and target branch names) which I belive from my experience is much easier/straight forward in gh actions than jenkins ci. Also you need to check how to tell gh actions that the script result was success or failure like in Jenkins CI we can tell by exit code.