From f5bfb108542878679ee760acff799d420042791a Mon Sep 17 00:00:00 2001 From: Eric Scott Date: Thu, 19 Sep 2024 16:47:30 -0700 Subject: [PATCH] =?UTF-8?q?Accept=20code=20429=20as=20valid=20URL=E2=80=94?= =?UTF-8?q?doesn't=20mean=20site=20is=20broken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 62facf6..af742ea 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -30,7 +30,7 @@ jobs: --exclude \.php$ --exclude portal\.hpc\.arizona\.edu --glob-ignore-case - --max-concurrency 5 + --accept '200..=204, 429' './**/*.md' './**/*.qmd' - name: Create Issue From File