Skip to content

Commit 8c587cb

Browse files
committed
Make awesomebot ignore more 5?? error codes
I'd rather have a false pass than have a PR fail checks because a server is overloaded. Signed-off-by: Joe Block <jpb@unixorn.net>
1 parent 3685c40 commit 8c587cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesomebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: docker://dkhamsing/awesome_bot:latest
1717
with:
18-
args: /github/workspace/README.md --allow 502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io
18+
args: /github/workspace/README.md --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io

0 commit comments

Comments
 (0)