From 4cdab3f6d69e9c5cc170762167f45dc7b241294c Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 14 Apr 2025 19:38:31 -0600 Subject: [PATCH] Ignore 500 errors Don't want other people's crappy servers causing our link checks to fail. Signed-off-by: Joe Block --- .github/workflows/awesomebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index ec838fb..565b254 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -17,4 +17,4 @@ jobs: - uses: actions/checkout@v4 - uses: docker://dkhamsing/awesome_bot:latest with: - args: /github/workspace/README.md README.md --allow-timeout --request-delay 1 --allow 429,502,503,504,509,521 --allow-ssl --allow-redirect --allow-dupe -w www.terraform.io,signup.hangops.com,kitchen.ci --white-list https://vimeo.com,kubernetes.io,kitchen.ci,debuggex.com,smile.amazon.com,code.visualstudio.com + args: /github/workspace/README.md README.md --allow-timeout --request-delay 1 --allow 429,500,502,503,504,509,521 --allow-ssl --allow-redirect --allow-dupe -w www.terraform.io,signup.hangops.com,kitchen.ci --white-list https://vimeo.com,kubernetes.io,kitchen.ci,debuggex.com,smile.amazon.com,code.visualstudio.com