Skip to content

Commit

Permalink
feat(stacks): Add trigger disabled attribute to StackVCSRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjyocca committed Jan 6, 2025
1 parent 9e23f0e commit 08bf39c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08bf39c

Please sign in to comment.