Skip to content

terramaid: disable autobump#290729

Merged
BrewTestBot merged 1 commit into
mainfrom
terramaid-disable-autobump
Jul 1, 2026
Merged

terramaid: disable autobump#290729
BrewTestBot merged 1 commit into
mainfrom
terramaid-disable-autobump

Conversation

@stefanb

@stefanb stefanb commented Jul 1, 2026

Copy link
Copy Markdown
Member

Autobump disabled because upstram bumps it as needed: https://github.com/RoseSecurity/Terramaid/blob/26ceb1eaae1a52b264f099dc9a7f37a6d2a5a08c/.github/workflows/build.yaml#L124-L127

      - uses: dawidd6/action-homebrew-bump-formula@1446dca236b0440c6f02723a3f14f13be2c04ab0 # v7
        with:
          # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
          formula: terramaid

and this was failing with:

Error: Whoops, the terramaid formula has its version update
pull requests automatically opened by BrewTestBot every ~3 hours!
We'd still love your contributions, though, so try another one
that is excluded from autobump list (i.e. it has 'no_autobump!'
method or 'livecheck' block with 'skip'.)

Spin-off from


  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • AI was used to generate or assist with generating this PR. Please specify below how you used AI to help you, and what steps you have taken to manually verify the changes.

Autobump disabled because upstram bumps it as needed:
https://github.com/RoseSecurity/Terramaid/blob/26ceb1eaae1a52b264f099dc9a7f37a6d2a5a08c/.github/workflows/build.yaml#L124-L127
```yaml
      - uses: dawidd6/action-homebrew-bump-formula@1446dca # v7
        with:
          # A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
          formula: terramaid
```
and this was [failing](https://github.com/RoseSecurity/Terramaid/actions/runs/27016781794/job/79734376960#step:4:117) with:
```
Error: Whoops, the terramaid formula has its version update
pull requests automatically opened by BrewTestBot every ~3 hours!
We'd still love your contributions, though, so try another one
that is excluded from autobump list (i.e. it has 'no_autobump!'
method or 'livecheck' block with 'skip'.)
```

Spin-off from
* #290269
@stefanb stefanb added CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. autobump labels Jul 1, 2026
@github-actions github-actions Bot added the go Go use is a significant feature of the PR or issue label Jul 1, 2026
@BrewTestBot
BrewTestBot added this pull request to the merge queue Jul 1, 2026
Merged via the queue into main with commit ff614c3 Jul 1, 2026
29 of 30 checks passed
@BrewTestBot
BrewTestBot deleted the terramaid-disable-autobump branch July 1, 2026 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autobump CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants