Skip to content

Commit

Permalink
Add 403 to "alive" status
Browse files Browse the repository at this point in the history
If Microchip is giving us a 403, the link must be alive; let's just assume the link is good if we get 403'd by their anti-bot protection for now.
  • Loading branch information
nomakewan committed Jan 18, 2024
1 parent 79a9020 commit 5c6c49d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"aliveStatusCodes": [429, 403, 200]
}

0 comments on commit 5c6c49d

Please sign in to comment.