From ba2be6a71055b56216231ba332ccfdfb081c23b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= <319826+stefanb@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:53:09 +0200 Subject: [PATCH] terramaid: disable autobump 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@1446dca236b0440c6f02723a3f14f13be2c04ab0 # 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 * https://github.com/Homebrew/homebrew-core/pull/290269 --- Formula/t/terramaid.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/t/terramaid.rb b/Formula/t/terramaid.rb index b3db4ed0b6c4..fef0c4b5d965 100644 --- a/Formula/t/terramaid.rb +++ b/Formula/t/terramaid.rb @@ -6,6 +6,8 @@ class Terramaid < Formula license "Apache-2.0" head "https://github.com/RoseSecurity/Terramaid.git", branch: "main" + no_autobump! because: :bumped_by_upstream + bottle do sha256 cellar: :any_skip_relocation, arm64_tahoe: "5deb74301c7852a0a2f3f694bd59b45eef093d121936aa907cdedf0569be19b7" sha256 cellar: :any_skip_relocation, arm64_sequoia: "5deb74301c7852a0a2f3f694bd59b45eef093d121936aa907cdedf0569be19b7"