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 b38819a commit bef26acCopy full SHA for bef26ac
examples/sdks/generators.yml
@@ -22,6 +22,8 @@ groups:
22
namespaceExport: YourClientName
23
github:
24
repository: your-company/ts-sdk
25
+ mode: push
26
+ branch: your-branch-name
27
# This group configures a Python SDK for PyPi publishing
28
python-sdk:
29
generators:
@@ -35,4 +37,5 @@ groups:
35
37
client_class_name: MyClientNameDevin
36
38
39
repository: devalog/company-python-test
40
+ mode: pull-request
41
# generator groups for other SDKs go here
0 commit comments