From 277553414400981172bb0efc117f6f46b041c8f7 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 1 May 2025 21:15:20 -0700 Subject: [PATCH] Add retry:true for linkinator-action to retry for random GitHub HTTP 429 errors. --- .github/workflows/checkers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checkers.yml b/.github/workflows/checkers.yml index 852aee45..9d684c4a 100644 --- a/.github/workflows/checkers.yml +++ b/.github/workflows/checkers.yml @@ -18,6 +18,7 @@ jobs: linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/ ^https://unix.stackexchange.com/' paths: '*.md doc/*.md helpers/*.md' timeout: 60000 + retry: true spellcheck: runs-on: ubuntu-latest