-
Notifications
You must be signed in to change notification settings - Fork 103
feat(stacks): Add trigger disabled attribute to StackVCSRepo #1017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
16e3b86 to
08bf39c
Compare
08bf39c to
3f22583
Compare
Datadog ReportBranch report: ✅ 0 Failed, 1430 Passed, 164 Skipped, 15m 11.12s Total Time |
|
| 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"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind adding an assertion (maybe to TestStackReadUpdateDelete) that validates this is being unmarshalled properly?
Description
Allows Stacks public beta customers to enable/disable webhook processing.
Output from tests
Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.