Consolidate workflows into shared ApolloAutomation/Workflows reusable workflows#40
Conversation
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>
|
Warning Review limit reached
Next review available in: 53 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 |
The dev channel fails to compile due to the TemplateSelect .state removal on ESPHome dev; excluded until the firmware YAML is updated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Version:
What does this implement/fix?
Consolidates this repo's CI, weekly build, and auto-assign workflows into thin callers of the shared ApolloAutomation/Workflows reusable workflows (
esphome-ci.yml,autoassign.yml), the same patternbuild.ymlalready uses. The repo now contains zero version-pinned actions, so Dependabot has nothing to bump here — action updates land as a single grouped PR in the Workflows repo and propagate to the whole fleet via@main. The local dependabot schedule is relaxed to monthly as a safety net.Also fixes a latent CI bug: the old inline matrix listed ESPHome stable/beta/dev but never passed the version to
esphome/build-action, so all three legs built the same default version. The shared workflow passesversion:through, so the matrix now genuinely tests all three channels.This PR validates itself: the checks below run the new thin
ci.yml→ sharedesphome-ci.ymlmatrix.Types of changes
Checklist / Checklijst:
If user-visible functionality or configuration variables are added/modified:
🤖 Generated with Claude Code