From f40c9e12be9b1d4b2344bedd7f69db12e6bf3f0f Mon Sep 17 00:00:00 2001 From: Den <53200638+localden@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:44:47 -0700 Subject: [PATCH] Update config --- .github/workflows/linkchecker.yml | 4 ++-- .lycheeignore | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index 265d68e..64cb40e 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -22,7 +22,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: - args: --accept=200,429,403 --verbose --exclude-file .lycheeignore --no-progress './**/*.md' --exclude-mail + args: --accept=200,429,403 --verbose --no-progress './**/*.md' fail: true - name: Create Issue From File @@ -31,4 +31,4 @@ jobs: with: title: Link Checker Report content-filepath: ./lychee/out.md - labels: report, automated issue \ No newline at end of file + labels: report, automated issue diff --git a/.lycheeignore b/.lycheeignore index 60a1336..231af4e 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,5 +1,11 @@ https://aka.ms/msal/estsr/guidance -xref:.+ +xref:.* +https://go.microsoft.com/fwlink/\?linkid=2083908 +https://endpoint.microsoft.com.* +https://portal.azure.com.* +https://account.microsoft.com.* +https://azure.microsoft.com/overview/azure-stack.* +https://azure.microsoft.com/products/kubernetes-service.* https://mvnrepository.com/artifact/com.microsoft.azure/msal4j/1.14.0-beta https://mvnrepository.com/artifact/com.microsoft.azure/javamsalruntime https://mvnrepository.com/artifact/com.microsoft.azure/msal4j-brokers \ No newline at end of file