zulip/zerver/webhooks/github
cozyrohan 16d1ab3d5f webhooks/github: Fix repeating description for edits and updates.
This change updates the GitHub Integration webhook
get_opened_or_update_pull_request_body method so that
the description is only printed if it actually changes.
If the update event is a result of some other
attribute update, such as an asignee change, then the
description is not included in the message sent to
the zulip stream.

Fixes #16345
2021-01-04 14:34:17 -08:00
..
fixtures webhooks/github: Fix repeating description for edits and updates. 2021-01-04 14:34:17 -08:00
__init__.py
doc.md
tests.py webhooks/github: Fix repeating description for edits and updates. 2021-01-04 14:34:17 -08:00
view.py webhooks/github: Fix repeating description for edits and updates. 2021-01-04 14:34:17 -08:00