summaryrefslogtreecommitdiffstats
path: root/modules/webhook/general.go
Commit message (Collapse)AuthorAgeFilesLines
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-193/+0
| | | | | | | | | | | | | | * Move webhook type from int to string * rename webhook_services * finish refactor * Fix merge * Ignore unnecessary ci Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
* Fix comments webhook panic (#12046)Cornel2020-06-241-0/+2
| | | | | | | * Fix webhook comment handling type cast panic * Handle HookIssueReviewed action in webhook Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* 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>