You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services
Yarden Shoham 220f236ff5
Add pull request review request webhook event (#26401)
Add webhook events for pull request review requests

- Fixes #26371
- Added support for the "Pull request review requested" and "Pull
request review request removed" webhook events.
- Updated the `getPullRequestPayloadInfo` function in `general.go` to
handle these new webhook events.

# Before

![image](https://github.com/go-gitea/gitea/assets/20454870/bd942971-fb1d-40f3-8961-46638e3588fa)

# After

![image](https://github.com/go-gitea/gitea/assets/20454870/216e9c7d-0a4d-49f9-8492-2d14c88bbf4e)

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
actions Fix the bug when getting files changed for `pull_request_target` event (#26320) 2 years ago
agit Add context parameter to some database functions (#26055) 2 years ago
asymkey Add context cache as a request level cache (#22294) 2 years ago
attachment Preserve file size when creating attachments (#23406) 2 years ago
auth Bump github.com/golang-jwt/jwt to v5 (#25975) 2 years ago
automerge Improve queue and logger context (#24924) 2 years ago
context Replace `interface{}` with `any` (#25686) 2 years ago
convert Fix API leaking Usermail if not logged in (#25097) 2 years ago
cron Allow package cleanup from admin page (#25307) 2 years ago
externalaccount Replace `interface{}` with `any` (#25686) 2 years ago
forms Allow Organisations to have a E-Mail (#25082) 2 years ago
gitdiff Display human-readable text instead of cryptic filemodes (#26352) 2 years ago
issue Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueIndex (#26279) 2 years ago
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 2 years ago
mailer Replace `interface{}` with `any` (#25686) 2 years ago
markup Decouple the different contexts from each other (#24786) 2 years ago
migrations Add context parameter to some database functions (#26055) 2 years ago
mirror Sync branches when mirroring (#25722) 2 years ago
org Refactor rename user and rename organization (#24052) 2 years ago
packages Allow package cleanup from admin page (#25307) 2 years ago
pull Delete `issue_service.CreateComment` (#26298) 2 years ago
release Less naked returns (#25713) 2 years ago
repository Show branches and tags that contain a commit (#25180) 2 years ago
task Add `Retry` button when creating a mirror-repo fails (#26228) 2 years ago
user add unit test for user renaming (#26261) 2 years ago
webhook Add pull request review request webhook event (#26401) 2 years ago
wiki Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) 2 years ago