Add template for subject that contains repo name and branch name.

This commit is contained in:
Tomasz Kolek 2016-10-05 19:21:47 +02:00 committed by Tim Abbott
parent bc4ce7e781
commit 32934a02e9
1 changed files with 2 additions and 0 deletions

View File

@ -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"