mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
GitHub sends two almost identical payloads when a pull request is reviewed, which results in two duplicative notification messages. The payloads have different "action" value, with one having the "submitted" action, whereas the other is "edited" and has an empty "changes" dict. We now ignore the payload with the "edited" action type and an empty "changes" dict. Fixes #26145. Co-authored-by: Pieter CK <pieterceka123@gmail.com>