From 253427c0957ed341cad463cc54ad4a7b5b1d87a6 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 24 Jan 2025 10:43:40 -0700 Subject: [PATCH] 409 is a temporary failure, ignore them 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 bce92cd..ec838fb 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 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,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