aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/github/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github/__init__.py b/modules/github/__init__.py
index c33935ac..fdd1c94d 100644
--- a/modules/github/__init__.py
+++ b/modules/github/__init__.py
@@ -8,7 +8,7 @@ COLOR_NEUTRAL = utils.consts.LIGHTGREY
COLOR_NEGATIVE = utils.consts.RED
COLOR_ID = utils.consts.PINK
-REGEX_ISSUE = re.compile("(\s+/\s+)?#\d+")
+REGEX_ISSUE = re.compile("(\S+/\S+)?#\d+")
FORM_ENCODED = "application/x-www-form-urlencoded"