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/webhook
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
..
deliver.go Improve queue and logger context (#24924) 2 years ago
deliver_test.go Restructure `webhook` module (#22256) 2 years ago
dingtalk.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
dingtalk_test.go Restructure `webhook` module (#22256) 2 years ago
discord.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
discord_test.go Restructure `webhook` module (#22256) 2 years ago
feishu.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
feishu_test.go Restructure `webhook` module (#22256) 2 years ago
general.go Add pull request review request webhook event (#26401) 2 years ago
general_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Merge setting.InitXXX into one function with options (#24389) 2 years ago
matrix.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
matrix_test.go Restructure `webhook` module (#22256) 2 years ago
msteams.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
msteams_test.go Restructure `webhook` module (#22256) 2 years ago
notifier.go For API attachments, use API URL (#25639) 2 years ago
packagist.go Restructure `webhook` module (#22256) 2 years ago
packagist_test.go Restructure `webhook` module (#22256) 2 years ago
payloader.go New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago
slack.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
slack_test.go Restructure `webhook` module (#22256) 2 years ago
telegram.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago
telegram_test.go Restructure `webhook` module (#22256) 2 years ago
webhook.go Warn instead of reporting an error when a webhook cannot be found (#26039) 2 years ago
webhook_test.go Restructure `webhook` module (#22256) 2 years ago
wechatwork.go Use the type RefName for all the needed places and fix pull mirror sync bugs (#24634) 2 years ago