Skip to content

Commit e2827d9

Browse files
Allow 200 and 429 codes for lychee (open-telemetry#787)
1 parent 021c131 commit e2827d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lychee-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
id: lychee
99
uses: lycheeverse/[email protected]
1010
with:
11-
args: --exclude "file://*" --exclude "api.*.signalfx.com" --exclude "ingest.*.signalfx.com" --exclude "splunk.jfrog.io.*basearch" --exclude "localhost:.*" -v -n "*.md" "**/*.md"
11+
args: --exclude "file://*" --exclude "api.*.signalfx.com" --exclude "ingest.*.signalfx.com" --exclude "splunk.jfrog.io.*basearch" --exclude "localhost:.*" -v -n "*.md" "**/*.md" --accept 200,429
1212
- name: Fail if there were link errors
1313
run: exit ${{ steps.lychee.outputs.exit_code }}

.github/workflows/lychee-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Link Checker
1010
uses: lycheeverse/[email protected]
1111
with:
12-
args: --exclude "api.*.signalfx.com" --exclude "ingest.*.signalfx.com" --exclude "splunk.jfrog.io.*basearch" --exclude "localhost:.*" -v -n "*.md" "**/*.md"
12+
args: --exclude "file://*" --exclude "api.*.signalfx.com" --exclude "ingest.*.signalfx.com" --exclude "splunk.jfrog.io.*basearch" --exclude "localhost:.*" -v -n "*.md" "**/*.md" --accept 200,429
1313
- name: Create Issue From File
1414
uses: peter-evans/create-issue-from-file@v2
1515
with:

0 commit comments

Comments
 (0)