summaryrefslogtreecommitdiffstats
path: root/modules/webhook/general.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments webhook panic backport (#12058)Cornel2020-06-251-0/+2
| | | | | * Handle HookIssueReviewed action in webhook * Fix webhook comment handling type cast panic
* Only show sender if it makes sense (#9601)John Olheiser2020-01-041-43/+49
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Refactor webhooks to reduce code duplication (#9422)Cornel2019-12-281-0/+185
* Start webhook refactoring to reduce code duplication * More webhook refactoring * Unify webhook release messages * Fix webhook release link * Remove sql import * More webhook refactoring * More webhook refactoring * Webhook tests extended * Fixed issue opened webhook Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>