mirror of https://github.com/zulip/zulip.git
cfe0f6b56d
This change was prompted by a possible bug on Clubhouse's end. In general, if a branch is added, it also prompts a workflow state transition in its primary story. However, our webhook error logs show an erroneous payload where the same branch is added to another story, but there is no workflow state transition. Also, both the stories are grouped in the same payload, which confused/broke our code. Ideally, this shouldn't happen and is most likely a bug on Clubhouse's end. In most cases, changes included in Clubhouse payloads never pertain to more than one parent entity (stories) simultaneously, and we usually operate under the assumption that the changes included therein are related to each other in terms of their parent object (story or epic) and not a child object (the GitHub branch). |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
doc.md | ||
tests.py | ||
view.py |