Skip to content

Add cache-homebrew-prefix action - #786

Merged
MikeMcQuaid merged 2 commits into
mainfrom
cache-homebrew-prefix
Feb 13, 2026
Merged

Add cache-homebrew-prefix action#786
MikeMcQuaid merged 2 commits into
mainfrom
cache-homebrew-prefix

Conversation

@MikeMcQuaid

Copy link
Copy Markdown
Member

Caches the Homebrew prefix, installs packages via brew install and keys the cache from brew list --versions.

CopilotAI review requested due to automatic review settings February 2, 2026 16:58
Comment threadcache-homebrew-prefix/action.yml Fixed
Comment threadcache-homebrew-prefix/action.yml Fixed

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Introduces a new composite GitHub Action to cache the Homebrew prefix, install requested packages via brew install, and save the prefix cache keyed from the installed package versions.

Changes:

  • Added a cache-homebrew-prefix composite action implementing restore → install → hash → save workflow.
  • Added documentation for usage, inputs, outputs, and behavioral notes.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

FileDescription
cache-homebrew-prefix/action.ymlImplements the composite action steps for restoring/saving a Homebrew prefix cache and installing packages.
cache-homebrew-prefix/README.mdDocuments how to use the new composite action, including inputs/outputs and caveats.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment threadcache-homebrew-prefix/action.yml
Comment threadcache-homebrew-prefix/action.yml Outdated
Comment threadcache-homebrew-prefix/action.yml
Caches the Homebrew prefix, installs packages via `brew install` and
keys the cache from `brew list --versions`.
Comment thread.github/workflows/cache-homebrew-prefix.yml Outdated
@MikeMcQuaid
MikeMcQuaid merged commit 295edd8 into mainFeb 13, 2026
11 checks passed
@MikeMcQuaid
MikeMcQuaid deleted the cache-homebrew-prefix branch February 13, 2026 12:17
Sign up for freeto 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.

5 participants

@MikeMcQuaid@woodruffw@github-advanced-security@p-linnane