truenas-mcp v0.0.6 - #13
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Homebrew tap to track truenas-mcp v0.0.6 by bumping the source tarball URL and SHA256 in Formula/truenas-mcp.rb, and also adjusts multiple “update-*” GitHub Actions workflows by removing the token input from the Homebrew/actions/setup-homebrew step.
Changes:
- Bump
Formula/truenas-mcp.rbtov0.0.6with a refreshed SHA256. - Remove
with: token: ${{ secrets.GITHUB_TOKEN }}from several updater workflows’ Homebrew setup steps.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| Formula/truenas-mcp.rb | Updates the upstream tag tarball URL and SHA256 to v0.0.6. |
| .github/workflows/update-truenas-mcp.yml | Removes the token passed into setup-homebrew for the updater workflow. |
| .github/workflows/update-rar.yml | Removes the token passed into setup-homebrew for the updater workflow. |
| .github/workflows/update-openin-helper.yml | Removes the token passed into setup-homebrew for the updater workflow. |
| .github/workflows/update-herdr-mx.yml | Removes the token passed into setup-homebrew in both resolve/validate jobs. |
| .github/workflows/update-amphetamine-power-protect.yml | Removes the token passed into setup-homebrew in both build/reverify jobs. |
Comments suppressed due to low confidence (2)
.github/workflows/update-herdr-mx.yml:89
- This workflow now omits the
tokeninput forHomebrew/actions/setup-homebrew, unliketests.yml/publish.ymlwhich pass${{ secrets.GITHUB_TOKEN }}. For consistency (and to avoid potential GitHub API rate-limit issues inbrewcommands), consider restoring the token here.
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@main
.github/workflows/update-amphetamine-power-protect.yml:100
- For consistency with other workflows (e.g.
tests.yml), consider passingtoken: ${{ secrets.GITHUB_TOKEN }}toHomebrew/actions/setup-homebrewsobrewcommands can authenticate to the GitHub API if needed.
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@24728b77430f9659b8d89068e4afe7f5fd0f973c # main
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
drod3763
force-pushed
the
update-truenas-mcp-v0.0.6
branch
from
July 29, 2026 19:27
b7ddfea to
1d7bc94
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated update for
Formula/truenas-mcp.rb.