mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Add EMPTY_SHA const to zerver/lib/webhooks/git.py.
This commit is contained in:
@@ -3,6 +3,8 @@ from typing import Optional, Any
|
||||
|
||||
SUBJECT_WITH_BRANCH_TEMPLATE = u'{repo} / {branch}'
|
||||
|
||||
EMPTY_SHA = '0000000000000000000000000000000000000000'
|
||||
|
||||
PUSH_COMMITS_LIMIT = 10
|
||||
PUSH_PUSHED_TEXT_WITH_URL = u"[pushed]({compare_url})"
|
||||
PUSH_PUSHED_TEXT_WITHOUT_URL = u"pushed"
|
||||
|
||||
Reference in New Issue
Block a user