From 0958674c83bdc22954c045280a2e27cb8b255a42 Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Fri, 28 Feb 2025 11:53:12 +0000 Subject: [PATCH] Update lychee-pr-check.yml (#2925) --- .github/workflows/lychee-pr-check.yml | 2 ++ lychee.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lychee-pr-check.yml b/.github/workflows/lychee-pr-check.yml index 3292dacb5..d2199e16e 100644 --- a/.github/workflows/lychee-pr-check.yml +++ b/.github/workflows/lychee-pr-check.yml @@ -25,6 +25,8 @@ jobs: uses: thollander/actions-comment-pull-request@v3 with: file-path: lychee/out.md + comment-tag: execution + mode: recreate - name: Report Status if: failure() run: echo "❌ Broken links detected. Please fix them!" diff --git a/lychee.toml b/lychee.toml index 52d6ea5ea..e66bc3e04 100644 --- a/lychee.toml +++ b/lychee.toml @@ -53,7 +53,7 @@ retry_wait_time = 10 # accept = "200..=204, 429" # accept = ["200", "429"] # accept = "200, 429" -accept = ["200", "429"] +accept = ["200", "429", "403"] # Proceed for server connections considered insecure (invalid TLS). insecure = false