voxpupuli / webhook-go

Puppet Webhook port in Golang
Apache License 2.0
16 stars 12 forks source link

Add support for Gitea webhooks #101

Closed jaevans closed 1 year ago

jaevans commented 1 year ago

This PR adds support for Gitea the push webhook, along with sample data and tests.

I've been using this on my personal Gitea environment and it works fine. Additional webhooks beyond push could be added, but this the only one I needed.

Closes #100