Skip to content

Commit

Permalink
Skip github usernames in link check (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Apr 3, 2024
1 parent e9d32bd commit e3d4219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/check-links/check_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def check_links(ignore_glob: list[str], ignore_links: list[str], links_expire: s
*list(ignore_links),
"https://github.com/.*/(pull|issues)/.*",
"https://github.com/search?",
"https://github.com/[^/]*$",
"http://localhost.*",
# https://github.com/github/feedback/discussions/14773
"https://docs.github.com/.*",
Expand Down

0 comments on commit e3d4219

Please sign in to comment.