Closed
Description
When I used the actual webhook, I saw that there is still some "Gogs" implementation, so first we should modify it.
I would also suggest to modify the webhook implementation by dividing it into two sort of webhook.
One for incoming and another for outgoing (as it is right now).
If we implement incoming webhook, it can be a nice implementation for CI result of commit or PR (see #996).
For the implementation on the UI, I would suggest either add another button for "Incoming Webhook" and rename "Add Webhook" to "Outgoing Webhook" or use icons in the list like the following ones:
What do you think about those improvements?