mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
JIRA project identifiers may also contain dashes '-'
This commit is contained in:
@@ -98,7 +98,7 @@ module Gitlab
|
||||
(?<prefix>\W)? # Prefix
|
||||
( # Reference
|
||||
@(?<user>[a-zA-Z][a-zA-Z0-9_\-\.]*) # User name
|
||||
|\#(?<issue>([a-zA-Z]+-)?\d+) # Issue ID
|
||||
|\#(?<issue>([a-zA-Z\-]+-)?\d+) # Issue ID
|
||||
|!(?<merge_request>\d+) # MR ID
|
||||
|\$(?<snippet>\d+) # Snippet ID
|
||||
|(?<commit>[\h]{6,40}) # Commit ID
|
||||
|
||||
Reference in New Issue
Block a user