From a0e9d3ba061f63a1244f81dfafa851478365ecb5 Mon Sep 17 00:00:00 2001 From: Gianluca Cannata Date: Wed, 11 Mar 2026 11:24:48 +0100 Subject: [PATCH] fix: use pull request mode for homebrew formula updates Switch goreleaser brews configuration from direct push to PR mode to comply with branch protection rules on civo/homebrew-tools. --- .goreleaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6442895..87d56e9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -51,6 +51,12 @@ brews: repository: owner: civo name: homebrew-tools + pull_request: + enabled: true + base: + owner: civo + name: homebrew-tools + branch: master commit_author: name: civobot email: hello@civo.com