Skip to content

Commit

Permalink
Merge pull request #208 from MicrosoftDocs/localden/policy-fixes
Browse files Browse the repository at this point in the history
Update config
  • Loading branch information
localden authored Nov 1, 2024
2 parents 6e1f611 + f40c9e1 commit 78ff126
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,4 +31,4 @@ jobs:
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue
labels: report, automated issue
8 changes: 7 additions & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 78ff126

Please sign in to comment.