File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 linkChecker :
12+ permissions :
13+ contents : write
14+ issues : write
1215 runs-on : ubuntu-latest
1316 steps :
1417 - uses : actions/checkout@v3
1922 env :
2023 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
2124 with :
22- args : --verbose --exclude-file .lycheeignore --no-progress './**/*.md' --exclude-mail
25+ args : --accept=200,429,403 --verbose --no-progress './**/*.md'
2326 fail : true
2427
2528 - name : Create Issue From File
Original file line number Diff line number Diff line change 11https://aka.ms/msal/estsr/guidance
2- xref:.+
2+ xref:.*
33https://go.microsoft.com/fwlink/\?linkid=2083908
4- https://endpoint.microsoft.com.+
5- https://portal.azure.com.+
6- https://account.microsoft.com.+
4+ https://endpoint.microsoft.com.*
5+ https://portal.azure.com.*
6+ https://account.microsoft.com.*
7+ https://azure.microsoft.com/overview/azure-stack.*
8+ https://azure.microsoft.com/products/kubernetes-service.*
You can’t perform that action at this time.
0 commit comments