Sync main into beta; converge CI on shared reusable workflows#98
Conversation
Release 26.3.2.1 - New sensors, ESPHome modernisation, and bug fixes
Bumps the github-actions group with 1 update: [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue). Updates `pozil/auto-assign-issue` from 2 to 3 - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](pozil/auto-assign-issue@v2...v3) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…s/github-actions-3fa3f09d17 chore(ci): bump pozil/auto-assign-issue from 2 to 3 in the github-actions group
Bumps the github-actions group with 2 updates: [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) and [actions/checkout](https://github.com/actions/checkout). Updates `pozil/auto-assign-issue` from 3 to 4 - [Release notes](https://github.com/pozil/auto-assign-issue/releases) - [Commits](pozil/auto-assign-issue@v3...v4) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: pozil/auto-assign-issue dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…s/github-actions-346f710312 chore(ci): bump the github-actions group with 2 updates
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
…s/github-actions-2217aebe03 chore(ci): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group
Replaces inline version-pinned actions with thin callers of ApolloAutomation/Workflows reusable workflows referenced @main. Leaf repo now contains zero dependabot-bumpable refs; action version pins are centralized in the Workflows repo. Dependabot schedule relaxed to monthly as a safety net. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Consolidate workflows into shared ApolloAutomation/Workflows reusable workflows
Standardize pull request template
Resolves the autoassign.yml and ci.yml conflicts by adopting the shared ApolloAutomation/Workflows reusable workflows while keeping fork-PR support: - autoassign.yml: thin caller of the shared autoassign workflow, triggered on pull_request_target so fork PRs get assigned (fork-skip guard removed). - ci.yml: thin caller of the shared esphome-ci workflow (default stable/beta/dev matrix); label-check stays in its own pull_request_target caller (label-check.yml), since build and label-check need different triggers. Also brings in main's dependabot config and drops the duplicate root PULL_REQUEST_TEMPLATE.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
Warning Review limit reached
Next review available in: 22 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Version: 26.7.9.1 (no change — CI/workflow only)
What does this implement/fix?
Syncs
mainintobetaso thebeta -> mainrelease PR (#97) merges cleanly. The only real conflicts were the CI workflow files, resolved by converging on the sharedApolloAutomation/Workflowsreusable workflows (per Trevor) while keeping the fork-PR support added on beta:autoassign.yml— thin caller of the sharedautoassign.yml@main, triggered onpull_request_targetso fork PRs get auto-assigned (removed the fork-skipif:guard, no longer needed with the write token).ci.yml— thin caller of the sharedesphome-ci.yml@main(its defaultstable/beta/devmatrix reproduces beta's old inline 9-build matrix). Label-check removed from here.label-check.yml— kept as its own thin caller onpull_request_target(build and label-check need different triggers, so they can't share one file).Also pulls in main's
dependabot.ymlupdate and drops the duplicate rootPULL_REQUEST_TEMPLATE.md.No firmware code or version change — does not publish.
Types of changes
Checklist / Checklijst:
If user-visible functionality or configuration variables are added/modified:
🤖 Generated with Claude Code