mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
integrations: Improve GitHub force push notifications.
Previously, we didn't explicitly display something special for force-pushes. Fixes #21969.
This commit is contained in:
@@ -283,6 +283,7 @@ def get_push_commits_body(helper: Helper) -> str:
|
||||
get_branch_name_from_ref(payload["ref"].tame(check_string)),
|
||||
commits_data,
|
||||
deleted=payload["deleted"].tame(check_bool),
|
||||
force_push=payload["forced"].tame(check_bool),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user