Skip to content

Fix CI: allow 403 responses from O'Reilly in awesome_bot link check - #96

Merged
manuzhang merged 2 commits into
masterfrom
copilot/fix-failing-github-actions-job
Aug 3, 2026
Merged

Fix CI: allow 403 responses from O'Reilly in awesome_bot link check#96
manuzhang merged 2 commits into
masterfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

The build CI job was failing because awesome_bot flagged the O'Reilly book URL in README.md as broken — O'Reilly returns HTTP 403 to automated crawlers, not because the link is dead.

Change

  • Add 403 to awesome_bot's allowed status codes (alongside the existing 429)
- run: awesome_bot README.md -a 429 --allow-redirect --allow-dupe
+ run: awesome_bot README.md -a 429,403 --allow-redirect --allow-dupe

Failing URL: https://www.oreilly.com/library/view/streaming-systems/9781491983867/ (README.md line 193)

@manuzhang
manuzhang marked this pull request as ready for review August 3, 2026 06:23
Copilot AI changed the title [WIP] Fix failing GitHub Actions job build Fix CI: allow 403 responses from O'Reilly in awesome_bot link check Aug 3, 2026
Copilot AI requested a review from manuzhang August 3, 2026 06:23
@manuzhang
manuzhang merged commit 18b2254 into master Aug 3, 2026
2 checks passed
@manuzhang
manuzhang deleted the copilot/fix-failing-github-actions-job branch August 3, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants