We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d7888 commit 16e3b86Copy full SHA for 16e3b86
stack.go
@@ -73,6 +73,7 @@ type StackVCSRepo struct {
73
Branch string `jsonapi:"attr,branch,omitempty"`
74
GHAInstallationID string `jsonapi:"attr,github-app-installation-id,omitempty"`
75
OAuthTokenID string `jsonapi:"attr,oauth-token-id,omitempty"`
76
+ TriggerDisabled bool `jsonapi:"attr,trigger-disabled"`
77
}
78
79
// Stack represents a stack.
0 commit comments