summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/webhook.rb
AgeCommit message (Collapse)Author
2021-06-09webhook: define number for watch/star actions tooGiuseppe Bilotta
When a star is added/removed, we get notified with a message that has no number, title or link. The pseudo-sentence is also very bare (X started/created/deleted, without an object). Show the number of watchers and/or stars (as appropriate) to produce a more meaningful phrase.
2021-05-31webhook: include target ref for pull/merge requestsGiuseppe Bilotta
Also add a TODO about a possible event-based output filter.
2021-05-31webhook: typo preventing unwatchGiuseppe Bilotta
2021-05-31webhook: gitlab supportGiuseppe Bilotta
2021-05-31new plugin: webhookGiuseppe Bilotta
This plugin provides webhook support for GitHub and similar services, through the webservice feature. Hosting services and output formats can be customized through filters as usual.