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 ca9b4ab commit 73c4b9aCopy full SHA for 73c4b9a
.generated-info
@@ -0,0 +1,4 @@
1
+{
2
+ "spec_repo_commit": "36ebfd8",
3
+ "generated": "2025-07-14 17:55:51.075"
4
+}
.github/workflows/approved_status.yml
@@ -35,3 +35,4 @@ jobs:
35
with:
36
github-token: ${{ steps.get_token.outputs.token }}
37
repo: datadog-api-spec
38
+ context: datadog-api-client-typescript/master
.github/workflows/test.yml
@@ -136,4 +136,4 @@ jobs:
136
137
138
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
139
- context: unit
+ context: master/unit
0 commit comments