Skip to content

Commit d2e2d17

Browse files
committed
add retry for pr link check
Signed-off-by: Bharath Nallapeta <nr.bharath97@gmail.com>
1 parent 6f2d968 commit d2e2d17

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pr-link-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
--fallback-extensions "md"
6464
--github-token "${GITHUB_TOKEN}"
6565
--insecure
66+
--max-retries 3
67+
--retry-wait-time 5
6668
--exclude-all-private
6769
--no-progress
6870
$(cat changed-files.txt | tr '\n' ' ')

.lycheeignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ https://docs.openstack.org/api-ref/network/v2/index.html
33
https://docs.openstack.org/keystone/latest/user/application_credentials.html
44
https://www.freedesktop.org/software/systemd/man/latest/sysupdate.d.html
55

6-
# v1beta2 API docs are published from this repo; links are valid once deployed
7-
https://cluster-api-openstack.sigs.k8s.io/api/v1beta2/api#.*
6+
# Our own site; links are valid once deployed, but flaky under automated checks
7+
https://cluster-api-openstack.sigs.k8s.io/.*

0 commit comments

Comments
 (0)