You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/go-gitea/gitea/blob/main/routers/api/v1/utils/hook.go
In the addHook method, if the passed parameter includes pull_request, all events related to pr will be checked. But there is no way to select events such as PullRequestSync in editHook. This results in no way to manipulate all events through the update operation when updating the webhook.