Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions zulip/integrations/openshift/zulip_openshift_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ def deployment_notice_destination(branch: str) -> Optional[Dict[str, str]]:
# * commit_id = hash of the commit that triggered the deployment
# * dep_id = deployment id
# * dep_time = deployment timestamp
#
# To utilize Zulip's global times (https://zulip.com/help/global-times),
# use the syntax `<time:dep_time>`.
def format_deployment_message(
app_name: str = "",
url: str = "",
Expand Down