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
* Add Issue webhook payload
* Add copyright header
* Whoops, wrote license header in wrong file...
* Move fields of PR/Issue payload to BaseIssuePayload
* Fix license header
* remove BaseIssuePayload
* Add comment to IssuePayload.JSONPayload
* Fix comment mentioning IssuePayload
* Reorder structs
* Mimic GitHub webhooks
Since the Gitea webhooks currently mimic for a big part the way GitHub does webhook, issue comments HookIssueActions have been removed to be added again at a later stage and milestone_set and milestone_cleared have been changed to milestoned and demilestoned, respectively.
* Change also constant names
Would be nice to support the ability to interact with Organization webhooks via the API.
The text was updated successfully, but these errors were encountered: