mirror of https://github.com/zulip/zulip.git
post-receive: Style branch name
(imported from commit 33f075095c163f8954dac104cd5d39e9171a99d2)
This commit is contained in:
parent
3848d79f10
commit
6784e8cbf4
|
@ -46,7 +46,8 @@ def process_push(oldrev, newrev, refname):
|
|||
"type": "class",
|
||||
"class": "devel",
|
||||
"instance": "commits",
|
||||
"content": "The following commits were just pushed to %s:\n\n" % (refname.replace("refs/heads/", ""),) + commits,
|
||||
"content": "The following commits were just pushed to `%s`:\n\n"
|
||||
% (refname.replace("refs/heads/", ""),) + commits,
|
||||
"recipient": "tabbott@humbughq.com",
|
||||
}
|
||||
# Sleep a bit to give time for the server to restart.
|
||||
|
|
Loading…
Reference in New Issue