* Move webhook codes from service to webhook notification * move deletecomment webhook to notifications * fix notification
* Improve webhooks Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update MSTeams and ReviewPayload comment Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add repo.FullName to comments Signed-off-by: jolheiser <john.olheiser@gmail.com>
* move create issue comment to comments package * extract actions on update/delete comment from models to comment service * fix lint * fix lint
* move git diff codes from models to services/gitdiff * fix template * fix test * fix template