diff --git a/script/danger/dangerfile.ts b/script/danger/dangerfile.ts index db3a13822b..be014dbe1d 100644 --- a/script/danger/dangerfile.ts +++ b/script/danger/dangerfile.ts @@ -37,7 +37,7 @@ if (!hasReleaseNotes) { } const ISSUE_LINK_PATTERN = new RegExp( - "(?:https://github\\.com/[\\w-]+/[\\w-]+/issues/\\d+|#\\d+)", + "https://github\\.com/[\\w-]+/[\\w-]+/issues/\\d+", "g", );