Skip to content

Commit 273c2fd

Browse files
committed
disable supportMultipleResponses
1 parent a16e6c0 commit 273c2fd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/convert-proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
auto-proto-convert:
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'opensearch-project/opensearch-protobufs'
12+
#if: github.repository == 'opensearch-project/opensearch-protobufs'
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4

tools/proto-convert/src/config/protobuf-generator-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ additionalProperties:
99
numberedFieldNumberList: true
1010
startEnumsWithUnspecified: true
1111
aggregateModelsName: aggregated_models
12+
supportMultipleResponses: false
1213
inlineSchemaOptions:
1314
RESOLVE_INLINE_ENUMS: true
1415
SKIP_SCHEMA_REUSE: true

0 commit comments

Comments
 (0)