gitea/models/webhook
Lunny Xiao 673cf6af76
make writing main test easier ()
This PR removed `unittest.MainTest` the second parameter
`TestOptions.GiteaRoot`. Now it detects the root directory by current
working directory.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
hooktask.go Replace `interface{}` with `any` ()
main_test.go make writing main test easier ()
webhook.go New webhook trigger for receiving Pull Request review requests ()
webhook_system.go Add user webhooks ()
webhook_test.go New webhook trigger for receiving Pull Request review requests ()