Y
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
whoisjuan
2102 days ago
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.
link
GormHouj
2102 days ago
Yeah, and this is the correct way to automate anything relating to github. Their API is insane.
link
hjdarnel
2102 days ago
...unless you use their CLI wrapper over the API (as in this post) :)
link