gitea-webhook/events
jolheiser ffc36ae548
chore: generate webhooks
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-01-25 22:05:54 -06:00
..
create.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
delete.json Re-run after refactor 2021-10-08 14:46:10 -05:00
fork.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
issue_assign.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
issue_comment.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
issue_label.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
issue_milestone.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
issues.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request_assign.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request_comment.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request_label.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request_milestone.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request_review_approved.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request_review_rejected.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request_sync.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
pull_request.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
push.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
README.md Refactor dirs 2021-10-08 14:43:56 -05:00
release.json chore: generate webhooks 2023-01-25 22:05:54 -06:00
repository.json Re-run after refactor 2021-10-08 14:46:10 -05:00

Events

This directory is examples payloads from Gitea webhooks.

More information can be found in the official documentation.

The name of the file is the event name, as found with the header X-Gitea-Event-Type (Gitea 1.16+).

The generator runs against http://try.gitea.io in order to get the most up-to-date examples.