Skip to content

Fix README URL checker: upgrade Ruby, add caching, allow 429s#1268

Merged
williamfiset merged 2 commits intomasterfrom
fix-readme-url-checker
Mar 7, 2026
Merged

Fix README URL checker: upgrade Ruby, add caching, allow 429s#1268
williamfiset merged 2 commits intomasterfrom
fix-readme-url-checker

Conversation

@williamfiset
Copy link
Copy Markdown
Owner

Summary

  • Upgrade Ruby from 3.0 to 3.2
  • Use bundler-cache: true to replace manual gem install and cache steps
  • Allow HTTP 429 (rate limit) responses with --allow 429 to reduce flaky CI failures
  • Use GITHUB_TOKEN to avoid unauthenticated rate limits

Test plan

  • Workflow syntax is valid YAML
  • Verify CI passes on this PR (the URL checker should run against itself)

🤖 Generated with Claude Code

williamfiset and others added 2 commits March 7, 2026 10:47
Upgrade Ruby from 3.0 to 3.2, use bundler caching to speed up CI,
and allow HTTP 429 (rate limit) responses to reduce flaky failures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bundler-cache requires a Gemfile which awesome_bot doesn't use.
Install the gem globally instead and call it directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@williamfiset williamfiset merged commit 25b6a3a into master Mar 7, 2026
2 checks passed
@williamfiset williamfiset deleted the fix-readme-url-checker branch March 7, 2026 18:55
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.

1 participant