Skip to content

Commit 2aad0cd

Browse files
committed
allow redirect, add date, less verbose, fix labels
1 parent 04f26ac commit 2aad0cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/link-checker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
# './**/*.md' './**/*.html' './**/*.rst'
3939
args: >
4040
./_site/**/*.html
41-
--verbose --max-concurrency 1 --no-progress
42-
--accept '100..=103,200..=299, 429'
41+
--max-concurrency 1 --no-progress
42+
--accept '100..=103,200..=399, 429'
4343
--exclude https://doi.org/
4444
env:
4545
# avoid 429 errors (too many requests) on github.com api requests
@@ -49,6 +49,6 @@ jobs:
4949
if: steps.lychee.outputs.exit_code != 0
5050
uses: peter-evans/create-issue-from-file@v5
5151
with:
52-
title: Link Checker Report
52+
title: "🔗 Link Check Report - $(date + '%Y-%m-%d')"
5353
content-filepath: ./lychee/out.md
54-
labels: documentation, github_actions
54+
labels: bug

0 commit comments

Comments
 (0)