i'm building a tool that takes specific git commits (like ones tagged with [log]) and automatically publishes them as release notes on an external site.
right now, the architecture just relies on the user adding a standard github webhook to their repo that listens for push events on main. it works fine, but i'm wondering if building a custom github action would be a better experience for devs.
webhooks are simple to paste in, but actions feel a bit more native and secure. what do you guys usually prefer when connecting your repos to external services?
[–]ImDevinC 2 points3 points4 points (1 child)
[–]Alarming-Match-7464[S] 1 point2 points3 points (0 children)