jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
1.01k stars 550 forks source link

Webhook #1076

Open az-z opened 1 year ago

az-z commented 1 year ago

Hello, any chance you can enable a webhook for release events, please? Thank you

farirat commented 1 year ago

Hello @az-z For which use cases ? can you explain ?

az-z commented 1 year ago

I was thinking to subscribe to the release events, so that I can receive notifications and build automation based off that.

On Tue, Oct 4, 2022, 08:26 The Z @.***> wrote:

Hello @az-z https://github.com/az-z For which use cases ? can you explain ?

— Reply to this email directly, view it on GitHub https://github.com/jookies/jasmin/issues/1076#issuecomment-1266912495, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGHHXNNE7JLQQS7D27UGXLWBQO7NANCNFSM6AAAAAAQ4A6SXI . You are receiving this because you were mentioned.Message ID: @.***>

farirat commented 1 year ago

A lot of solutions here: https://stackoverflow.com/questions/20839622/notifications-for-new-github-project-releases

az-z commented 1 year ago

yes, as a human :) i can be notified about the releases: https://stackoverflow.com/questions/18685796/watching-new-tags-on-github

it appears I misunderstood how webhooks work: https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks. I'll probably just configure a scheduler to pull git tags and parse the output looking for a new release tag.