Skip to content

Commit 9e59024

Browse files
authored
Exclude gnu.org and fsf.org from link checker (#454)
The link checker is timing out at gnu.org and fsf.org. Propose to exclude as this is not the first time we've encountered this. And we can't _remove_ the links: it's part of the licenses. Would unblock @renovate bot's many updates.
1 parent 652e566 commit 9e59024

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/links.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ jobs:
2323
with:
2424
# Exclude the image.sc forum (which works) but returns 403 from
2525
# github runners and exclude relative links to other pages. Ignore
26-
# the whole of the project slug README since the links are
26+
# gnu.org and fsf.org because they're often down but are still the right
27+
# websites to link to!
28+
#
29+
# Ignore the whole of the project slug README since the links are
2730
# necessarily not real links - i.e. demos and to be filled by
2831
# cookiecutter values.
2932
args:
30-
"--verbose --exclude https://forum.image.sc/ --exclude docs/pages
33+
"--verbose --exclude https://forum.image.sc/ --exclude http://www.gnu.org --exclude http://fsf.org --exclude docs/pages
3134
--exclude-path '{{cookiecutter.project_slug}}/README.md' -- ."
3235
fail: true
3336
jobSummary: true

0 commit comments

Comments
 (0)