JimKarvo 895b82096c fix: also check singular RequestedReviewer field for review_requested events
Gitea sends `requested_reviewer` (singular) field for `review_requested`
webhook actions, not always the `requested_reviewers` (plural/array).
The processor only checked the array form, so `usersToNotify` was always
empty and no notification was sent.

Also add more INFO-level logging for debugging the review_requested path.

Fixes: manual mappings worked but were never reached because the
processor never added the reviewer to the notification list.
2026-06-29 19:42:19 +00:00
2026-06-22 08:55:54 +00:00

gitea-notification-hub

Gitea webhook to Slack DM middleware (modified for Coolify deployment)

S
Description
Gitea webhook to Slack DM middleware (modified for Coolify deployment)
Readme AGPL-3.0 136 KiB
Languages
Go 94.8%
Shell 3.4%
Dockerfile 1.8%