mirror of https://github.com/zulip/zulip.git
fba7e02c24
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>
(cherry picked from commit
|
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
doc.md | ||
githubsponsors.md | ||
tests.py | ||
view.py |