diff --git a/.github/scripts/draft-release-notes/fetch.py b/.github/scripts/draft-release-notes/fetch.py index 1d4c648a0605..73636967cbcd 100644 --- a/.github/scripts/draft-release-notes/fetch.py +++ b/.github/scripts/draft-release-notes/fetch.py @@ -28,7 +28,10 @@ SRC_MAIN_JAVA_PATHSPEC = "*/src/main/**/*.java" PR_SUFFIX_RE = re.compile(r"\s*\(#(\d+)\)$") VERSION_RE = re.compile(r'val stableVersion = "(\d+\.\d+\.\d+)') -ISSUE_REF_RE = re.compile(r"(?:issues|pull)/(\d+)|(?