mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
Update issue-detection RegEx
This commit is contained in:
parent
36a560dcd0
commit
492f6b9cdf
@ -37,7 +37,7 @@ if (!hasReleaseNotes) {
|
||||
}
|
||||
|
||||
const ISSUE_LINK_PATTERN = new RegExp(
|
||||
"(?:^|\\s)(?:#(\\d+)|https:\\/\\/github\\.com\\/zed-industries\\/zed\\/issues\\/(\\d+))",
|
||||
"(?:https://github\\.com/[\\w-]+/[\\w-]+/issues/\\d+|#\\d+)",
|
||||
"g",
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user