Skip to content

Adds 2026 community shield - #429

Merged
jtzero merged 3 commits into
mainfrom
adds-2026-community-shield
Aug 5, 2026
Merged

Adds 2026 community shield#429
jtzero merged 3 commits into
mainfrom
adds-2026-community-shield

Conversation

@jtzero

@jtzero jtzero commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • New Features
    • Added a convenient launcher for starting the development server with enhanced diagnostics.
    • Added fixture data for the 2026 FA Community Shield match between Arsenal and Manchester City, including match status, teams, referee details, and unavailable odds information.

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@jtzero, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 53 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d3d84450-a815-48f2-9497-a339dee8ebbd

📥 Commits

Reviewing files that changed from the base of the PR and between 7b81eec and 9fd45ce.

📒 Files selected for processing (2)
  • bin/run
  • src/content/manual-fixtures/2026-08-13.json
📝 Walkthrough

Walkthrough

The pull request adds a Bash development server launcher and a manual JSON fixture for the 2026 FA Community Shield match between Arsenal and Manchester City.

Changes

Development server launcher

Layer / File(s) Summary
Development server launch command
bin/run
Adds strict shell handling and runs npm run dev on host 0.0.0.0 with forced execution and verbose output.

Football match fixture

Layer / File(s) Summary
Community Shield fixture data
src/content/manual-fixtures/2026-08-13.json
Adds scheduled match data for Arsenal and Manchester City, including competition, season, score, odds, and referee fields.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: adding the 2026 FA Community Shield fixture.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch adds-2026-community-shield

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@bin/run`:
- Line 5: Update the bin/run Astro dev-server invocation to avoid binding to all
interfaces by default: use 127.0.0.1 as the default host, while preserving an
explicit caller-provided host override for remote development testing.
- Line 5: Update the npm run dev command in bin/run to replace the single-dash
-verbose argument with Astro’s double-dash --verbose form, preserving the
existing host and force arguments.

In `@src/content/manual-fixtures/2026-08-13.json`:
- Around line 23-29: Align the manual fixture filename with its payload by
renaming 2026-08-13.json to 2026-08-16.json, preserving the existing August 16
match dates. Add validation comparing the fixture file date with
matches[0].utcDate.slice(0, 10), and ensure the loader uses this consistent key.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6b549b09-b3a7-4aea-b6d4-745dec95c7ed

📥 Commits

Reviewing files that changed from the base of the PR and between 7b81eec and f58846e.

📒 Files selected for processing (2)
  • bin/run
  • src/content/manual-fixtures/2026-08-13.json

Comment thread bin/run Outdated
Comment thread src/content/manual-fixtures/2026-08-13.json
@jtzero
jtzero force-pushed the adds-2026-community-shield branch from f58846e to 454a3b3 Compare August 5, 2026 19:34
@jtzero
jtzero merged commit 42d3968 into main Aug 5, 2026
5 checks passed
@jtzero
jtzero deleted the adds-2026-community-shield branch August 5, 2026 19:40
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