Skip to content

Add cache-homebrew-prefix action#786

Open
MikeMcQuaid wants to merge 1 commit intomainfrom
cache-homebrew-prefix
Open

Add cache-homebrew-prefix action#786
MikeMcQuaid wants to merge 1 commit intomainfrom
cache-homebrew-prefix

Conversation

@MikeMcQuaid
Copy link
Member

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

Copilot AI review requested due to automatic review settings February 2, 2026 16:58
@MikeMcQuaid MikeMcQuaid force-pushed the cache-homebrew-prefix branch from d60fb5e to ebe62ca Compare February 2, 2026 17:02
Copy link

Copilot AI left a comment

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.

File Description
cache-homebrew-prefix/action.yml Implements the composite action steps for restoring/saving a Homebrew prefix cache and installing packages.
cache-homebrew-prefix/README.md Documents 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.

@MikeMcQuaid MikeMcQuaid force-pushed the cache-homebrew-prefix branch from ebe62ca to 1483c11 Compare February 2, 2026 20:56
Caches the Homebrew prefix, installs packages via `brew install` and
keys the cache from `brew list --versions`.
@MikeMcQuaid MikeMcQuaid force-pushed the cache-homebrew-prefix branch from 1483c11 to ea92a68 Compare February 3, 2026 14:21
Sign up for free to 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.

2 participants