You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add build-terraform-provider CI step to detect breaking changes (DataDog#3894)
* moves CLI testing to Go library repo
* Use PR description for terraform provider fix link instead of file
* Remove file-based terraform-provider-pr cleanup from release.yml
* Pass tf-provider-pr as input instead of re-parsing PR description
* Remove PR description parsing from go-client; use tf-provider-pr input or master
* Revert GO_CLIENT_BRANCH fallback, no longer needed without edited event
* Improve build failure message with force rebuild option
* Remove redundant explicit PR event types from test.yml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Fix rebuild instruction — a new commit is always required to re-trigger CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Restore inputs.target-branch fallback for GO_CLIENT_BRANCH
When called from api-spec, github.event.pull_request.head.sha is the
api-spec SHA, not a go-client SHA — the lookup fails. inputs.target-branch
carries the correct go-client branch name in that path.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: David Tapiador <david.tapiadordeldujo@datadoghq.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments