From e93dff9824afaf6ad2439ad14e314d2fc54a15c7 Mon Sep 17 00:00:00 2001 From: Dean Weaver Date: Tue, 14 Jun 2022 16:05:10 -0700 Subject: [PATCH] Fix user mentions for usernames with a dash --- todosrht/tickets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todosrht/tickets.py b/todosrht/tickets.py index e49bd4e..2169345 100644 --- a/todosrht/tickets.py +++ b/todosrht/tickets.py @@ -29,7 +29,7 @@ StatusChange = namedtuple("StatusChange", [ USER_MENTION_PATTERN = re.compile(r""" (?