forgejo/services/webhook
谈笑风生间 c3741d7fb0
Support requested_reviewers data in comment webhook events (#26178)
close #25833

Currently, the information for "requested_reviewers" is only included in
the webhook event for reviews. I would like to suggest adding this
information to the webhook event for "PullRequest comment" as well, as
they both pertain to the "PullRequest" event.

Also, The reviewer information for the Pull Request is not displayed
when it is approved or rejected.

(cherry picked from commit d50ed0abf731a10741831d4b6dd54791e3e567ec)
2024-10-20 09:34:46 +02:00
..
shared [FEAT] sourcehut webhooks 2024-04-05 10:20:40 +02:00
sourcehut [TESTS] Move CreateDeclarativeRepo to more accessible location 2024-08-25 02:54:43 +02:00
default.go chore: fix typos identified by mispell 2024-05-25 09:43:50 +02:00
default_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
deliver.go Support allowed hosts for migrations to work with proxy (#32025) 2024-09-14 17:52:54 +02:00
deliver_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
dingtalk.go style: reenable switch check 2024-08-18 15:19:01 +02:00
dingtalk_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
discord.go fix: improve discord webhook api conformance 2024-10-08 22:43:28 +02:00
discord_test.go fix: improve discord webhook api conformance 2024-10-08 22:43:28 +02:00
feishu.go [REFACTOR] webhook shared code to prevent import cycles 2024-04-04 08:24:33 +02:00
feishu_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
general.go [REFACTOR] webhook shared code to prevent import cycles 2024-04-04 08:24:33 +02:00
general_test.go fix: improve discord webhook api conformance 2024-10-08 22:43:28 +02:00
gogs.go [REFACTOR] webhook shared code to prevent import cycles 2024-04-04 08:24:33 +02:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
matrix.go style: reenable switch check 2024-08-18 15:19:01 +02:00
matrix_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
msteams.go style: reenable switch check 2024-08-18 15:19:01 +02:00
msteams_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
notifier.go Support requested_reviewers data in comment webhook events (#26178) 2024-10-20 09:34:46 +02:00
packagist.go [REFACTOR] webhook shared code to prevent import cycles 2024-04-04 08:24:33 +02:00
packagist_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
slack.go style: reenable switch check 2024-08-18 15:19:01 +02:00
slack_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
telegram.go style: reenable switch check 2024-08-18 15:19:01 +02:00
telegram_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
webhook.go webhook: fix getPayloadBranch 2024-04-30 09:38:35 +02:00
webhook_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
wechatwork.go style: reenable switch check 2024-08-18 15:19:01 +02:00