Skip to content

Consolidate workflows into shared ApolloAutomation/Workflows reusable workflows#40

Merged
TrevorSchirmer merged 2 commits into
mainfrom
chore/consolidate-workflows
Jul 7, 2026
Merged

Consolidate workflows into shared ApolloAutomation/Workflows reusable workflows#40
TrevorSchirmer merged 2 commits into
mainfrom
chore/consolidate-workflows

Conversation

@TrevorSchirmer

Copy link
Copy Markdown
Member

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 pattern build.yml already 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 passes version: through, so the matrix now genuinely tests all three channels.

This PR validates itself: the checks below run the new thin ci.yml → shared esphome-ci.yml matrix.

Types of changes

  • Bugfix (fixed change that fixes an issue)
  • New feature (thanks!)
  • Breaking change (repair/feature that breaks existing functionality)
  • Dependency Update - Does not publish
  • Other - Does not publish
  • Website of github readme file update - Does not publish
  • Github workflows - Does not publish

Checklist / Checklijst:

  • The code change has been tested and works locally
  • The code change has not yet been tested

If user-visible functionality or configuration variables are added/modified:

  • Added/updated documentation for the web page

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 53 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5b0a81ae-7e07-4d16-bcd7-4a20320c7468

📥 Commits

Reviewing files that changed from the base of the PR and between 3eee497 and 1d5470b.

📒 Files selected for processing (4)
  • .github/dependabot.yml
  • .github/workflows/autoassign.yml
  • .github/workflows/ci.yml
  • .github/workflows/weekly.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/consolidate-workflows

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.

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>
@TrevorSchirmer TrevorSchirmer merged commit e3f1680 into main Jul 7, 2026
7 checks passed
@bharvey88 bharvey88 mentioned this pull request Jul 7, 2026
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants