Skip to content

Commit 08bf39c

Browse files
committed
feat(stacks): Add trigger disabled attribute to StackVCSRepo
1 parent 9e23f0e commit 08bf39c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stack.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ type StackVCSRepo struct {
7373
Branch string `jsonapi:"attr,branch,omitempty"`
7474
GHAInstallationID string `jsonapi:"attr,github-app-installation-id,omitempty"`
7575
OAuthTokenID string `jsonapi:"attr,oauth-token-id,omitempty"`
76+
TriggerDisabled bool `jsonapi:"attr,trigger-disabled"`
7677
}
7778

7879
// Stack represents a stack.

0 commit comments

Comments
 (0)