Skip to content

Commit e4c70fd

Browse files
authored
Revert "sample change to trigger CI (#2427)" (#2429)
This reverts commit 3e8054b.
1 parent 3e8054b commit e4c70fd

File tree

4 files changed

+3
-41
lines changed

4 files changed

+3
-41
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32149,7 +32149,7 @@ components:
3214932149
- attributes
3215032150
type: object
3215132151
RumRetentionFilterUpdateRequest:
32152-
description: The RUM retention filter body to update
32152+
description: The RUM retention filter body to update.
3215332153
properties:
3215432154
data:
3215532155
$ref: '#/components/schemas/RumRetentionFilterUpdateData'

.github/workflows/approval_status.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/test.yml

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

services/rum_retention_filters/src/v2/models/RumRetentionFilterUpdateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { AttributeTypeMap } from "@datadog/datadog-api-client";
33
import { RumRetentionFilterUpdateData } from "./RumRetentionFilterUpdateData";
44

55
/**
6-
* The RUM retention filter body to update
6+
* The RUM retention filter body to update.
77
*/
88
export class RumRetentionFilterUpdateRequest {
99
/**

0 commit comments

Comments
 (0)