mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
@@ -13,7 +13,7 @@ from zerver.lib.validator import check_bool, check_dict, check_string
|
|||||||
from zerver.models import UserProfile
|
from zerver.models import UserProfile
|
||||||
|
|
||||||
GOOD_STATUSES = ['Passed', 'Fixed']
|
GOOD_STATUSES = ['Passed', 'Fixed']
|
||||||
BAD_STATUSES = ['Failed', 'Broken', 'Still Failing']
|
BAD_STATUSES = ['Failed', 'Broken', 'Still Failing', 'Errored', 'Canceled']
|
||||||
|
|
||||||
MESSAGE_TEMPLATE = (
|
MESSAGE_TEMPLATE = (
|
||||||
u'Author: {}\n'
|
u'Author: {}\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user