Skip to content

Commit 44c9ee4

Browse files
committed
chore(goreleaser): enable PRs for homebrew formula
1 parent bac16ae commit 44c9ee4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ brews:
7171
owner: agentsdance
7272
name: agentx
7373
token: "{{ .Env.GH_PAT }}"
74+
pull_request:
75+
enabled: true
76+
# Optional: you can specify a base branch if it's not the default
77+
# base: master
7478
directory: Formula
7579
homepage: "https://github.com/agentsdance/agentx"
7680
description: "CLI tool for managing MCP servers and skills across AI coding agents"

0 commit comments

Comments
 (0)