Skip to content

Commit bef26ac

Browse files
committed
add mode to example generators file
1 parent b38819a commit bef26ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/sdks/generators.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ groups:
2222
namespaceExport: YourClientName
2323
github:
2424
repository: your-company/ts-sdk
25+
mode: push
26+
branch: your-branch-name
2527
# This group configures a Python SDK for PyPi publishing
2628
python-sdk:
2729
generators:
@@ -35,4 +37,5 @@ groups:
3537
client_class_name: MyClientNameDevin
3638
github:
3739
repository: devalog/company-python-test
40+
mode: pull-request
3841
# generator groups for other SDKs go here

0 commit comments

Comments
 (0)