mirror of https://github.com/zulip/zulip.git
Add template for subject that contains repo name and branch name.
This commit is contained in:
parent
bc4ce7e781
commit
32934a02e9
|
@ -1,6 +1,8 @@
|
|||
from six import text_type
|
||||
from typing import Optional, Any
|
||||
|
||||
SUBJECT_WITH_BRANCH_TEMPLATE = u'{repo} / {branch}'
|
||||
|
||||
PUSH_COMMITS_LIMIT = 10
|
||||
PUSH_PUSHED_TEXT_WITH_URL = u"[pushed]({compare_url})"
|
||||
PUSH_PUSHED_TEXT_WITHOUT_URL = u"pushed"
|
||||
|
|
Loading…
Reference in New Issue