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