From 08bf39c0b8fd6fa1edc44fa05c2a9f4d491cdb65 Mon Sep 17 00:00:00 2001 From: Michael Yocca Date: Thu, 5 Dec 2024 11:11:16 -0800 Subject: [PATCH] feat(stacks): Add trigger disabled attribute to StackVCSRepo --- stack.go | 1 + 1 file changed, 1 insertion(+) diff --git a/stack.go b/stack.go index d45956450..8b6f0e74d 100644 --- a/stack.go +++ b/stack.go @@ -73,6 +73,7 @@ type StackVCSRepo struct { Branch string `jsonapi:"attr,branch,omitempty"` GHAInstallationID string `jsonapi:"attr,github-app-installation-id,omitempty"` OAuthTokenID string `jsonapi:"attr,oauth-token-id,omitempty"` + TriggerDisabled bool `jsonapi:"attr,trigger-disabled"` } // Stack represents a stack.