Hacker News new | ask | show | jobs
by azangru 2102 days ago
Huh? Github actions have been around for over a year, and Github webhooks since I can't remember when.
2 comments

Not really sure what you're talking about. Not everything you automate on GitHub happens in the context of a CI pipeline like in GitHub Actions. There are many cases for small scripts where you just need to execute a couple of commands.
Yeah, and this is the correct way to automate anything relating to github. Their API is insane.
...unless you use their CLI wrapper over the API (as in this post) :)