Skip to content

Consolidate workflows into shared ApolloAutomation/Workflows reusable workflows#44

Merged
TrevorSchirmer merged 1 commit into
mainfrom
chore/consolidate-workflows
Jul 7, 2026
Merged

Consolidate workflows into shared ApolloAutomation/Workflows reusable workflows#44
TrevorSchirmer merged 1 commit 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: 59 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: 344c4ae4-0ad6-4850-8148-8bdd69a1d19e

📥 Commits

Reviewing files that changed from the base of the PR and between 744a314 and 596166b.

📒 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.

@github-actions github-actions Bot added the dependency-update Dependency update label Jul 7, 2026
@github-actions github-actions Bot requested a review from bharvey88 July 7, 2026 14:17
@TrevorSchirmer TrevorSchirmer merged commit 5a949ee into main Jul 7, 2026
10 checks passed
@TrevorSchirmer TrevorSchirmer deleted the chore/consolidate-workflows branch July 7, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-update Dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants