From 06749eeea948423e126353b67dc2e4be9c77d19e Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Wed, 24 Jun 2026 13:44:35 +1000 Subject: [PATCH] ci: open PR for homebrew formula updates Direct writes to block/homebrew-tap are blocked by branch protection, so push the formula to a branch and open a PR instead. --- .goreleaser.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 945921d6..cb2192c7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -61,6 +61,10 @@ brews: owner: block name: homebrew-tap token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" + pull_request: + enabled: true + base: + branch: main homepage: "https://github.com/block/cachew" description: "Tiered, protocol-aware, caching HTTP proxy for software engineering infrastructure" license: "Apache-2.0"