Skip to content

Commit 84443e6

Browse files
api-clients-generation-pipeline[bot]skarimoci.datadog-api-spec
authored
[AAWF-509] Migrate all of the clients to single generator (#3216)
* use base branch * updated review context * fix submission * Regenerate client from commit 36ebfd8 of spec repo --------- Co-authored-by: skarimo <sherzod.karimov@datadoghq.com> Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 3a43a60 commit 84443e6

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.generated-info

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"spec_repo_commit": "36ebfd8",
3+
"generated": "2025-07-14 17:56:10.170"
4+
}

.github/workflows/approved_status.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ jobs:
3535
with:
3636
github-token: ${{ steps.get_token.outputs.token }}
3737
repo: datadog-api-spec
38+
context: datadog-api-client-go/master

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ jobs:
136136
github-token: ${{ steps.get_token.outputs.token }}
137137
repo: datadog-api-spec
138138
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
139-
context: unit
139+
context: master/unit

0 commit comments

Comments
 (0)