Skip to content

Commit 14d6b8d

Browse files
Ignore release tag URLs in URL check
1 parent 9e026b7 commit 14d6b8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/check-urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
REGEX_TO_IGNORE: list[re.Pattern[str]] = [
3434
re.compile(r"^https://github\.com/(?P<user>[^/]+)/(?P<repo>[^/]+)/(?:blob|issues)/\S+$"),
35+
re.compile(r"^https://github\.com/(?P<user>[^/]+)/(?P<repo>[^/]+)/releases/tag/\S+$"),
3536
]
3637

3738
URLS_TO_IGNORE = frozenset(

0 commit comments

Comments
 (0)