@camunda/connectors-element-templates 1.0.12 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3909,6 +3909,3098 @@
3909
3909
  "camunda": "^8.2"
3910
3910
  }
3911
3911
  },
3912
+ {
3913
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3914
+ "name": "GitHub Outbound Connector",
3915
+ "id": "io.camunda.connectors.GitHub.v1",
3916
+ "version": 8,
3917
+ "engines": {
3918
+ "camunda": "^8.3"
3919
+ },
3920
+ "description": "Manage GitHub issues, branches, releases, and more",
3921
+ "metadata": {
3922
+ "keywords": [
3923
+ "create issue",
3924
+ "get issue",
3925
+ "update issue",
3926
+ "create issue comment",
3927
+ "search issues",
3928
+ "list commits",
3929
+ "create release",
3930
+ "update release",
3931
+ "delete release",
3932
+ "list releases",
3933
+ "list branches",
3934
+ "get branch",
3935
+ "merge branch",
3936
+ "list organization repositories",
3937
+ "create organization repository",
3938
+ "get repository",
3939
+ "update repository",
3940
+ "delete repository",
3941
+ "list repository contributors",
3942
+ "create organization invitation",
3943
+ "get repository content",
3944
+ "create or update file contents",
3945
+ "list code scanning alerts for a repository",
3946
+ "list code scanning alerts for an organization",
3947
+ "create a workflow dispatch event",
3948
+ "create a reference",
3949
+ "create a pull request",
3950
+ "list repository collaborators"
3951
+ ]
3952
+ },
3953
+ "icon": {
3954
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='98' height='96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z' fill='%2324292f'/%3E%3C/svg%3E"
3955
+ },
3956
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=outbound",
3957
+ "category": {
3958
+ "id": "connectors",
3959
+ "name": "Connectors"
3960
+ },
3961
+ "appliesTo": ["bpmn:Task"],
3962
+ "elementType": {
3963
+ "value": "bpmn:ServiceTask"
3964
+ },
3965
+ "groups": [
3966
+ {
3967
+ "id": "operation",
3968
+ "label": "Operation"
3969
+ },
3970
+ {
3971
+ "id": "authentication",
3972
+ "label": "Authentication"
3973
+ },
3974
+ {
3975
+ "id": "configuration",
3976
+ "label": "Configuration"
3977
+ },
3978
+ {
3979
+ "id": "input",
3980
+ "label": "Input"
3981
+ },
3982
+ {
3983
+ "id": "output",
3984
+ "label": "Output"
3985
+ },
3986
+ {
3987
+ "id": "errors",
3988
+ "label": "Error handling"
3989
+ }
3990
+ ],
3991
+ "properties": [
3992
+ {
3993
+ "type": "Hidden",
3994
+ "value": "io.camunda:http-json:1",
3995
+ "binding": {
3996
+ "type": "zeebe:taskDefinition",
3997
+ "property": "type"
3998
+ }
3999
+ },
4000
+ {
4001
+ "label": "Operation group",
4002
+ "id": "operationGroup",
4003
+ "group": "operation",
4004
+ "description": "Choose operation group",
4005
+ "value": "issues",
4006
+ "type": "Dropdown",
4007
+ "choices": [
4008
+ {
4009
+ "name": "Issues",
4010
+ "value": "issues"
4011
+ },
4012
+ {
4013
+ "name": "Releases",
4014
+ "value": "releases"
4015
+ },
4016
+ {
4017
+ "name": "Branches",
4018
+ "value": "branches"
4019
+ },
4020
+ {
4021
+ "name": "Repositories",
4022
+ "value": "repositories"
4023
+ },
4024
+ {
4025
+ "name": "Code scanning",
4026
+ "value": "codeScanning"
4027
+ },
4028
+ {
4029
+ "name": "Actions",
4030
+ "value": "actions"
4031
+ },
4032
+ {
4033
+ "name": "References",
4034
+ "value": "references"
4035
+ },
4036
+ {
4037
+ "name": "Pulls",
4038
+ "value": "pulls"
4039
+ },
4040
+ {
4041
+ "name": "Collaborators",
4042
+ "value": "collaborators"
4043
+ }
4044
+ ],
4045
+ "binding": {
4046
+ "type": "zeebe:input",
4047
+ "name": "operationGroup"
4048
+ }
4049
+ },
4050
+ {
4051
+ "label": "Operation type",
4052
+ "id": "issueOperationType",
4053
+ "group": "operation",
4054
+ "type": "Dropdown",
4055
+ "value": "createIssue",
4056
+ "choices": [
4057
+ {
4058
+ "name": "Create an issue",
4059
+ "value": "createIssue"
4060
+ },
4061
+ {
4062
+ "name": "Get an issue",
4063
+ "value": "getIssue"
4064
+ },
4065
+ {
4066
+ "name": "Update an issue",
4067
+ "value": "updateIssue"
4068
+ },
4069
+ {
4070
+ "name": "Create an issue comment",
4071
+ "value": "createIssueComment"
4072
+ },
4073
+ {
4074
+ "name": "Search issues and pull requests",
4075
+ "value": "searchIssues"
4076
+ },
4077
+ {
4078
+ "name": "List commits",
4079
+ "value": "listCommits"
4080
+ }
4081
+ ],
4082
+ "condition": {
4083
+ "property": "operationGroup",
4084
+ "oneOf": ["issues"]
4085
+ },
4086
+ "binding": {
4087
+ "type": "zeebe:input",
4088
+ "name": "operationType"
4089
+ }
4090
+ },
4091
+ {
4092
+ "label": "Operation type",
4093
+ "id": "releaseOperationType",
4094
+ "group": "operation",
4095
+ "type": "Dropdown",
4096
+ "value": "createRelease",
4097
+ "choices": [
4098
+ {
4099
+ "name": "Create a release",
4100
+ "value": "createRelease"
4101
+ },
4102
+ {
4103
+ "name": "Update a release",
4104
+ "value": "updateRelease"
4105
+ },
4106
+ {
4107
+ "name": "Delete a release",
4108
+ "value": "deleteRelease"
4109
+ },
4110
+ {
4111
+ "name": "List releases",
4112
+ "value": "listReleases"
4113
+ }
4114
+ ],
4115
+ "condition": {
4116
+ "property": "operationGroup",
4117
+ "oneOf": ["releases"]
4118
+ },
4119
+ "binding": {
4120
+ "type": "zeebe:input",
4121
+ "name": "operationType"
4122
+ }
4123
+ },
4124
+ {
4125
+ "label": "Operation type",
4126
+ "id": "branchOperationType",
4127
+ "group": "operation",
4128
+ "type": "Dropdown",
4129
+ "value": "listBranches",
4130
+ "choices": [
4131
+ {
4132
+ "name": "List branches",
4133
+ "value": "listBranches"
4134
+ },
4135
+ {
4136
+ "name": "Get a branch",
4137
+ "value": "getBranch"
4138
+ },
4139
+ {
4140
+ "name": "Merge a branch",
4141
+ "value": "mergeBranch"
4142
+ }
4143
+ ],
4144
+ "condition": {
4145
+ "property": "operationGroup",
4146
+ "oneOf": ["branches"]
4147
+ },
4148
+ "binding": {
4149
+ "type": "zeebe:input",
4150
+ "name": "operationType"
4151
+ }
4152
+ },
4153
+ {
4154
+ "label": "Operation type",
4155
+ "id": "reposOperationType",
4156
+ "group": "operation",
4157
+ "type": "Dropdown",
4158
+ "value": "listOrganizationRepos",
4159
+ "choices": [
4160
+ {
4161
+ "name": "List organization repositories",
4162
+ "value": "listOrganizationRepos"
4163
+ },
4164
+ {
4165
+ "name": "Create an organization repository",
4166
+ "value": "createOrganizationRepo"
4167
+ },
4168
+ {
4169
+ "name": "Get a repository",
4170
+ "value": "getRepo"
4171
+ },
4172
+ {
4173
+ "name": "Update a repository",
4174
+ "value": "updateRepo"
4175
+ },
4176
+ {
4177
+ "name": "Delete a repository",
4178
+ "value": "deleteRepo"
4179
+ },
4180
+ {
4181
+ "name": "List repository contributors",
4182
+ "value": "listRepoContributors"
4183
+ },
4184
+ {
4185
+ "name": "Create an organization invitation",
4186
+ "value": "orgInvitation"
4187
+ },
4188
+ {
4189
+ "name": "Get repository content",
4190
+ "value": "getRepoContent"
4191
+ },
4192
+ {
4193
+ "name": "Create or Update File Content",
4194
+ "value": "uploadFile"
4195
+ }
4196
+ ],
4197
+ "condition": {
4198
+ "property": "operationGroup",
4199
+ "oneOf": ["repositories"]
4200
+ },
4201
+ "binding": {
4202
+ "type": "zeebe:input",
4203
+ "name": "operationType"
4204
+ }
4205
+ },
4206
+ {
4207
+ "label": "Operation type",
4208
+ "id": "listAlertsOperationType",
4209
+ "group": "operation",
4210
+ "type": "Dropdown",
4211
+ "value": "listAlertsForRepo",
4212
+ "choices": [
4213
+ {
4214
+ "name": "List code scanning alerts for a repository",
4215
+ "value": "listAlertsForRepo"
4216
+ },
4217
+ {
4218
+ "name": "List code scanning alerts for an organization",
4219
+ "value": "listAlertsForOrg"
4220
+ }
4221
+ ],
4222
+ "condition": {
4223
+ "property": "operationGroup",
4224
+ "oneOf": ["codeScanning"]
4225
+ },
4226
+ "binding": {
4227
+ "type": "zeebe:input",
4228
+ "name": "operationType"
4229
+ }
4230
+ },
4231
+ {
4232
+ "label": "Operation type",
4233
+ "id": "eventOperationType",
4234
+ "group": "operation",
4235
+ "type": "Dropdown",
4236
+ "value": "createWorkflowDispatchEvent",
4237
+ "choices": [
4238
+ {
4239
+ "name": "Create a workflow dispatch event",
4240
+ "value": "createWorkflowDispatchEvent"
4241
+ }
4242
+ ],
4243
+ "condition": {
4244
+ "property": "operationGroup",
4245
+ "oneOf": ["actions"]
4246
+ },
4247
+ "binding": {
4248
+ "type": "zeebe:input",
4249
+ "name": "operationType"
4250
+ }
4251
+ },
4252
+ {
4253
+ "label": "Operation type",
4254
+ "id": "referenceOperationType",
4255
+ "group": "operation",
4256
+ "type": "Dropdown",
4257
+ "value": "createReference",
4258
+ "choices": [
4259
+ {
4260
+ "name": "Create a reference",
4261
+ "value": "createReference"
4262
+ }
4263
+ ],
4264
+ "condition": {
4265
+ "property": "operationGroup",
4266
+ "oneOf": ["references"]
4267
+ },
4268
+ "binding": {
4269
+ "type": "zeebe:input",
4270
+ "name": "operationType"
4271
+ }
4272
+ },
4273
+ {
4274
+ "label": "Operation type",
4275
+ "id": "pullRequestOperationType",
4276
+ "group": "operation",
4277
+ "type": "Dropdown",
4278
+ "value": "createPullRequest",
4279
+ "choices": [
4280
+ {
4281
+ "name": "Create a pull request",
4282
+ "value": "createPullRequest"
4283
+ }
4284
+ ],
4285
+ "condition": {
4286
+ "property": "operationGroup",
4287
+ "oneOf": ["pulls"]
4288
+ },
4289
+ "binding": {
4290
+ "type": "zeebe:input",
4291
+ "name": "operationType"
4292
+ }
4293
+ },
4294
+ {
4295
+ "label": "Operation type",
4296
+ "id": "listCollaboratorsOperationType",
4297
+ "group": "operation",
4298
+ "type": "Dropdown",
4299
+ "value": "listCollaborators",
4300
+ "choices": [
4301
+ {
4302
+ "name": "List repository collaborators",
4303
+ "value": "listCollaborators"
4304
+ }
4305
+ ],
4306
+ "condition": {
4307
+ "property": "operationGroup",
4308
+ "oneOf": ["collaborators"]
4309
+ },
4310
+ "binding": {
4311
+ "type": "zeebe:input",
4312
+ "name": "operationType"
4313
+ }
4314
+ },
4315
+ {
4316
+ "type": "Hidden",
4317
+ "label": "Type",
4318
+ "id": "authenticationType",
4319
+ "group": "authentication",
4320
+ "value": "bearer",
4321
+ "binding": {
4322
+ "type": "zeebe:input",
4323
+ "name": "authentication.type"
4324
+ }
4325
+ },
4326
+ {
4327
+ "label": "GitHub personal token",
4328
+ "group": "authentication",
4329
+ "description": "GitHub personal token, needs repository and workflow scope",
4330
+ "type": "String",
4331
+ "feel": "optional",
4332
+ "binding": {
4333
+ "type": "zeebe:input",
4334
+ "name": "authentication.token"
4335
+ },
4336
+ "constraints": {
4337
+ "notEmpty": true
4338
+ },
4339
+ "condition": {
4340
+ "property": "authenticationType",
4341
+ "equals": "bearer"
4342
+ }
4343
+ },
4344
+ {
4345
+ "id": "refMethodPost",
4346
+ "group": "configuration",
4347
+ "type": "Hidden",
4348
+ "value": "post",
4349
+ "binding": {
4350
+ "type": "zeebe:input",
4351
+ "name": "method"
4352
+ },
4353
+ "condition": {
4354
+ "property": "referenceOperationType",
4355
+ "oneOf": ["createReference"]
4356
+ }
4357
+ },
4358
+ {
4359
+ "id": "eventMethodPost",
4360
+ "group": "configuration",
4361
+ "type": "Hidden",
4362
+ "value": "post",
4363
+ "binding": {
4364
+ "type": "zeebe:input",
4365
+ "name": "method"
4366
+ },
4367
+ "condition": {
4368
+ "property": "eventOperationType",
4369
+ "oneOf": ["createWorkflowDispatchEvent"]
4370
+ }
4371
+ },
4372
+ {
4373
+ "id": "reposMethodPost",
4374
+ "group": "configuration",
4375
+ "type": "Hidden",
4376
+ "value": "post",
4377
+ "binding": {
4378
+ "type": "zeebe:input",
4379
+ "name": "method"
4380
+ },
4381
+ "condition": {
4382
+ "property": "reposOperationType",
4383
+ "oneOf": ["createOrganizationRepo", "orgInvitation"]
4384
+ }
4385
+ },
4386
+ {
4387
+ "id": "branchMethodPost",
4388
+ "group": "configuration",
4389
+ "type": "Hidden",
4390
+ "value": "post",
4391
+ "binding": {
4392
+ "type": "zeebe:input",
4393
+ "name": "method"
4394
+ },
4395
+ "condition": {
4396
+ "property": "branchOperationType",
4397
+ "oneOf": ["mergeBranch"]
4398
+ }
4399
+ },
4400
+ {
4401
+ "id": "releaseMethodPost",
4402
+ "group": "configuration",
4403
+ "type": "Hidden",
4404
+ "value": "post",
4405
+ "binding": {
4406
+ "type": "zeebe:input",
4407
+ "name": "method"
4408
+ },
4409
+ "condition": {
4410
+ "property": "releaseOperationType",
4411
+ "oneOf": ["createRelease"]
4412
+ }
4413
+ },
4414
+ {
4415
+ "id": "issueMethodPost",
4416
+ "group": "configuration",
4417
+ "type": "Hidden",
4418
+ "value": "post",
4419
+ "binding": {
4420
+ "type": "zeebe:input",
4421
+ "name": "method"
4422
+ },
4423
+ "condition": {
4424
+ "property": "issueOperationType",
4425
+ "oneOf": ["createIssue", "createIssueComment"]
4426
+ }
4427
+ },
4428
+ {
4429
+ "id": "pullRequestMethodPost",
4430
+ "group": "configuration",
4431
+ "type": "Hidden",
4432
+ "value": "post",
4433
+ "binding": {
4434
+ "type": "zeebe:input",
4435
+ "name": "method"
4436
+ },
4437
+ "condition": {
4438
+ "property": "pullRequestOperationType",
4439
+ "oneOf": ["createPullRequest"]
4440
+ }
4441
+ },
4442
+ {
4443
+ "id": "reposMethodPatch",
4444
+ "group": "configuration",
4445
+ "type": "Hidden",
4446
+ "value": "patch",
4447
+ "binding": {
4448
+ "type": "zeebe:input",
4449
+ "name": "method"
4450
+ },
4451
+ "condition": {
4452
+ "property": "reposOperationType",
4453
+ "oneOf": ["updateRepo"]
4454
+ }
4455
+ },
4456
+ {
4457
+ "id": "releaseMethodPatch",
4458
+ "group": "configuration",
4459
+ "type": "Hidden",
4460
+ "value": "patch",
4461
+ "binding": {
4462
+ "type": "zeebe:input",
4463
+ "name": "method"
4464
+ },
4465
+ "condition": {
4466
+ "property": "releaseOperationType",
4467
+ "oneOf": ["updateRelease"]
4468
+ }
4469
+ },
4470
+ {
4471
+ "id": "issueMethodPatch",
4472
+ "group": "configuration",
4473
+ "type": "Hidden",
4474
+ "value": "patch",
4475
+ "binding": {
4476
+ "type": "zeebe:input",
4477
+ "name": "method"
4478
+ },
4479
+ "condition": {
4480
+ "property": "issueOperationType",
4481
+ "oneOf": ["updateIssue"]
4482
+ }
4483
+ },
4484
+ {
4485
+ "id": "repoMethodDelete",
4486
+ "group": "configuration",
4487
+ "type": "Hidden",
4488
+ "value": "delete",
4489
+ "binding": {
4490
+ "type": "zeebe:input",
4491
+ "name": "method"
4492
+ },
4493
+ "condition": {
4494
+ "property": "reposOperationType",
4495
+ "oneOf": ["deleteRepo"]
4496
+ }
4497
+ },
4498
+ {
4499
+ "id": "releaseMethodDelete",
4500
+ "group": "configuration",
4501
+ "type": "Hidden",
4502
+ "value": "delete",
4503
+ "binding": {
4504
+ "type": "zeebe:input",
4505
+ "name": "method"
4506
+ },
4507
+ "condition": {
4508
+ "property": "releaseOperationType",
4509
+ "oneOf": ["deleteRelease"]
4510
+ }
4511
+ },
4512
+ {
4513
+ "id": "listMethodGet",
4514
+ "group": "configuration",
4515
+ "type": "Hidden",
4516
+ "value": "get",
4517
+ "binding": {
4518
+ "type": "zeebe:input",
4519
+ "name": "method"
4520
+ },
4521
+ "condition": {
4522
+ "property": "listCollaboratorsOperationType",
4523
+ "oneOf": ["listCollaborators"]
4524
+ }
4525
+ },
4526
+ {
4527
+ "id": "alertsMethodGet",
4528
+ "group": "configuration",
4529
+ "type": "Hidden",
4530
+ "value": "get",
4531
+ "binding": {
4532
+ "type": "zeebe:input",
4533
+ "name": "method"
4534
+ },
4535
+ "condition": {
4536
+ "property": "listAlertsOperationType",
4537
+ "oneOf": ["listAlertsForRepo", "listAlertsForOrg"]
4538
+ }
4539
+ },
4540
+ {
4541
+ "id": "reposMethodGet",
4542
+ "group": "configuration",
4543
+ "type": "Hidden",
4544
+ "value": "get",
4545
+ "binding": {
4546
+ "type": "zeebe:input",
4547
+ "name": "method"
4548
+ },
4549
+ "condition": {
4550
+ "property": "reposOperationType",
4551
+ "oneOf": [
4552
+ "listOrganizationRepos",
4553
+ "getRepo",
4554
+ "listRepoContributors",
4555
+ "getRepoContent"
4556
+ ]
4557
+ }
4558
+ },
4559
+ {
4560
+ "id": "branchMethodGet",
4561
+ "group": "configuration",
4562
+ "type": "Hidden",
4563
+ "value": "get",
4564
+ "binding": {
4565
+ "type": "zeebe:input",
4566
+ "name": "method"
4567
+ },
4568
+ "condition": {
4569
+ "property": "branchOperationType",
4570
+ "oneOf": ["listBranches", "getBranch"]
4571
+ }
4572
+ },
4573
+ {
4574
+ "id": "releaseMethodGet",
4575
+ "group": "configuration",
4576
+ "type": "Hidden",
4577
+ "value": "get",
4578
+ "binding": {
4579
+ "type": "zeebe:input",
4580
+ "name": "method"
4581
+ },
4582
+ "condition": {
4583
+ "property": "releaseOperationType",
4584
+ "oneOf": ["listReleases"]
4585
+ }
4586
+ },
4587
+ {
4588
+ "id": "issueMethodGet",
4589
+ "group": "configuration",
4590
+ "type": "Hidden",
4591
+ "value": "get",
4592
+ "binding": {
4593
+ "type": "zeebe:input",
4594
+ "name": "method"
4595
+ },
4596
+ "condition": {
4597
+ "property": "issueOperationType",
4598
+ "oneOf": ["searchIssues", "getIssue", "listCommits"]
4599
+ }
4600
+ },
4601
+ {
4602
+ "id": "uploadFileMethod",
4603
+ "group": "configuration",
4604
+ "type": "Hidden",
4605
+ "value": "put",
4606
+ "binding": {
4607
+ "type": "zeebe:input",
4608
+ "name": "method"
4609
+ },
4610
+ "condition": {
4611
+ "property": "reposOperationType",
4612
+ "oneOf": ["uploadFile"]
4613
+ }
4614
+ },
4615
+ {
4616
+ "label": "Owner",
4617
+ "description": "Repository owner",
4618
+ "group": "configuration",
4619
+ "type": "String",
4620
+ "feel": "optional",
4621
+ "value": "",
4622
+ "binding": {
4623
+ "type": "zeebe:input",
4624
+ "name": "owner"
4625
+ },
4626
+ "constraints": {
4627
+ "notEmpty": true
4628
+ },
4629
+ "condition": {
4630
+ "property": "listCollaboratorsOperationType",
4631
+ "oneOf": ["listCollaborators"]
4632
+ }
4633
+ },
4634
+ {
4635
+ "label": "Owner",
4636
+ "description": "Repository owner",
4637
+ "group": "configuration",
4638
+ "type": "String",
4639
+ "feel": "optional",
4640
+ "value": "",
4641
+ "binding": {
4642
+ "type": "zeebe:input",
4643
+ "name": "owner"
4644
+ },
4645
+ "constraints": {
4646
+ "notEmpty": true
4647
+ },
4648
+ "condition": {
4649
+ "property": "referenceOperationType",
4650
+ "oneOf": ["createReference"]
4651
+ }
4652
+ },
4653
+ {
4654
+ "label": "Owner",
4655
+ "description": "Repository owner",
4656
+ "group": "configuration",
4657
+ "type": "String",
4658
+ "feel": "optional",
4659
+ "value": "",
4660
+ "binding": {
4661
+ "type": "zeebe:input",
4662
+ "name": "owner"
4663
+ },
4664
+ "constraints": {
4665
+ "notEmpty": true
4666
+ },
4667
+ "condition": {
4668
+ "property": "eventOperationType",
4669
+ "oneOf": ["createWorkflowDispatchEvent"]
4670
+ }
4671
+ },
4672
+ {
4673
+ "label": "Owner",
4674
+ "description": "Repository owner",
4675
+ "group": "configuration",
4676
+ "type": "String",
4677
+ "feel": "optional",
4678
+ "value": "",
4679
+ "binding": {
4680
+ "type": "zeebe:input",
4681
+ "name": "owner"
4682
+ },
4683
+ "constraints": {
4684
+ "notEmpty": true
4685
+ },
4686
+ "condition": {
4687
+ "property": "listAlertsOperationType",
4688
+ "oneOf": ["listAlertsForRepo"]
4689
+ }
4690
+ },
4691
+ {
4692
+ "label": "Owner",
4693
+ "description": "Repository owner",
4694
+ "group": "configuration",
4695
+ "type": "String",
4696
+ "feel": "optional",
4697
+ "value": "",
4698
+ "binding": {
4699
+ "type": "zeebe:input",
4700
+ "name": "owner"
4701
+ },
4702
+ "constraints": {
4703
+ "notEmpty": true
4704
+ },
4705
+ "condition": {
4706
+ "property": "reposOperationType",
4707
+ "oneOf": [
4708
+ "getRepo",
4709
+ "deleteRepo",
4710
+ "updateRepo",
4711
+ "listRepoContributors",
4712
+ "getRepoContent",
4713
+ "uploadFile"
4714
+ ]
4715
+ }
4716
+ },
4717
+ {
4718
+ "label": "Owner",
4719
+ "description": "Repository owner",
4720
+ "group": "configuration",
4721
+ "type": "String",
4722
+ "feel": "optional",
4723
+ "value": "",
4724
+ "binding": {
4725
+ "type": "zeebe:input",
4726
+ "name": "owner"
4727
+ },
4728
+ "constraints": {
4729
+ "notEmpty": true
4730
+ },
4731
+ "condition": {
4732
+ "property": "branchOperationType",
4733
+ "oneOf": ["mergeBranch", "listBranches", "getBranch"]
4734
+ }
4735
+ },
4736
+ {
4737
+ "label": "Owner",
4738
+ "description": "Repository owner",
4739
+ "group": "configuration",
4740
+ "type": "String",
4741
+ "feel": "optional",
4742
+ "value": "",
4743
+ "binding": {
4744
+ "type": "zeebe:input",
4745
+ "name": "owner"
4746
+ },
4747
+ "constraints": {
4748
+ "notEmpty": true
4749
+ },
4750
+ "condition": {
4751
+ "property": "releaseOperationType",
4752
+ "oneOf": [
4753
+ "createRelease",
4754
+ "updateRelease",
4755
+ "deleteRelease",
4756
+ "listReleases"
4757
+ ]
4758
+ }
4759
+ },
4760
+ {
4761
+ "label": "Owner",
4762
+ "description": "Repository owner",
4763
+ "group": "configuration",
4764
+ "type": "String",
4765
+ "feel": "optional",
4766
+ "value": "",
4767
+ "binding": {
4768
+ "type": "zeebe:input",
4769
+ "name": "owner"
4770
+ },
4771
+ "constraints": {
4772
+ "notEmpty": true
4773
+ },
4774
+ "condition": {
4775
+ "property": "issueOperationType",
4776
+ "oneOf": [
4777
+ "createIssue",
4778
+ "getIssue",
4779
+ "updateIssue",
4780
+ "createIssueComment",
4781
+ "listCommits"
4782
+ ]
4783
+ }
4784
+ },
4785
+ {
4786
+ "label": "Owner",
4787
+ "description": "Repository owner",
4788
+ "group": "configuration",
4789
+ "type": "String",
4790
+ "feel": "optional",
4791
+ "value": "",
4792
+ "binding": {
4793
+ "type": "zeebe:input",
4794
+ "name": "owner"
4795
+ },
4796
+ "constraints": {
4797
+ "notEmpty": true
4798
+ },
4799
+ "condition": {
4800
+ "property": "pullRequestOperationType",
4801
+ "oneOf": ["createPullRequest"]
4802
+ }
4803
+ },
4804
+ {
4805
+ "label": "Repository",
4806
+ "description": "Name of the repository",
4807
+ "group": "configuration",
4808
+ "type": "String",
4809
+ "feel": "optional",
4810
+ "value": "",
4811
+ "binding": {
4812
+ "type": "zeebe:input",
4813
+ "name": "repo"
4814
+ },
4815
+ "constraints": {
4816
+ "notEmpty": true
4817
+ },
4818
+ "condition": {
4819
+ "property": "listCollaboratorsOperationType",
4820
+ "oneOf": ["listCollaborators"]
4821
+ }
4822
+ },
4823
+ {
4824
+ "label": "Repository",
4825
+ "description": "Name of the repository",
4826
+ "group": "configuration",
4827
+ "type": "String",
4828
+ "feel": "optional",
4829
+ "value": "",
4830
+ "binding": {
4831
+ "type": "zeebe:input",
4832
+ "name": "repo"
4833
+ },
4834
+ "constraints": {
4835
+ "notEmpty": true
4836
+ },
4837
+ "condition": {
4838
+ "property": "referenceOperationType",
4839
+ "oneOf": ["createReference"]
4840
+ }
4841
+ },
4842
+ {
4843
+ "label": "Repository",
4844
+ "description": "Name of the repository",
4845
+ "group": "configuration",
4846
+ "type": "String",
4847
+ "feel": "optional",
4848
+ "value": "",
4849
+ "binding": {
4850
+ "type": "zeebe:input",
4851
+ "name": "repo"
4852
+ },
4853
+ "constraints": {
4854
+ "notEmpty": true
4855
+ },
4856
+ "condition": {
4857
+ "property": "eventOperationType",
4858
+ "oneOf": ["createWorkflowDispatchEvent"]
4859
+ }
4860
+ },
4861
+ {
4862
+ "label": "Repository",
4863
+ "description": "Name of the repository",
4864
+ "group": "configuration",
4865
+ "type": "String",
4866
+ "feel": "optional",
4867
+ "value": "",
4868
+ "binding": {
4869
+ "type": "zeebe:input",
4870
+ "name": "repo"
4871
+ },
4872
+ "constraints": {
4873
+ "notEmpty": true
4874
+ },
4875
+ "condition": {
4876
+ "property": "listAlertsOperationType",
4877
+ "oneOf": ["listAlertsForRepo"]
4878
+ }
4879
+ },
4880
+ {
4881
+ "label": "Repository",
4882
+ "description": "Name of the repository",
4883
+ "group": "configuration",
4884
+ "type": "String",
4885
+ "feel": "optional",
4886
+ "value": "",
4887
+ "binding": {
4888
+ "type": "zeebe:input",
4889
+ "name": "repo"
4890
+ },
4891
+ "constraints": {
4892
+ "notEmpty": true
4893
+ },
4894
+ "condition": {
4895
+ "property": "reposOperationType",
4896
+ "oneOf": [
4897
+ "getRepo",
4898
+ "deleteRepo",
4899
+ "updateRepo",
4900
+ "listRepoContributors",
4901
+ "getRepoContent",
4902
+ "uploadFile"
4903
+ ]
4904
+ }
4905
+ },
4906
+ {
4907
+ "label": "Repository",
4908
+ "description": "Name of the repository",
4909
+ "group": "configuration",
4910
+ "type": "String",
4911
+ "feel": "optional",
4912
+ "value": "",
4913
+ "binding": {
4914
+ "type": "zeebe:input",
4915
+ "name": "repo"
4916
+ },
4917
+ "constraints": {
4918
+ "notEmpty": true
4919
+ },
4920
+ "condition": {
4921
+ "property": "branchOperationType",
4922
+ "oneOf": ["mergeBranch", "listBranches", "getBranch"]
4923
+ }
4924
+ },
4925
+ {
4926
+ "label": "Repository",
4927
+ "description": "Name of the repository",
4928
+ "group": "configuration",
4929
+ "type": "String",
4930
+ "feel": "optional",
4931
+ "value": "",
4932
+ "binding": {
4933
+ "type": "zeebe:input",
4934
+ "name": "repo"
4935
+ },
4936
+ "constraints": {
4937
+ "notEmpty": true
4938
+ },
4939
+ "condition": {
4940
+ "property": "releaseOperationType",
4941
+ "oneOf": [
4942
+ "createRelease",
4943
+ "updateRelease",
4944
+ "deleteRelease",
4945
+ "listReleases"
4946
+ ]
4947
+ }
4948
+ },
4949
+ {
4950
+ "label": "Repository",
4951
+ "description": "Name of the repository",
4952
+ "group": "configuration",
4953
+ "type": "String",
4954
+ "feel": "optional",
4955
+ "value": "",
4956
+ "binding": {
4957
+ "type": "zeebe:input",
4958
+ "name": "repo"
4959
+ },
4960
+ "constraints": {
4961
+ "notEmpty": true
4962
+ },
4963
+ "condition": {
4964
+ "property": "issueOperationType",
4965
+ "oneOf": [
4966
+ "createIssue",
4967
+ "getIssue",
4968
+ "updateIssue",
4969
+ "createIssueComment",
4970
+ "listCommits"
4971
+ ]
4972
+ }
4973
+ },
4974
+ {
4975
+ "label": "Repository",
4976
+ "description": "Name of the repository",
4977
+ "group": "configuration",
4978
+ "type": "String",
4979
+ "feel": "optional",
4980
+ "value": "",
4981
+ "binding": {
4982
+ "type": "zeebe:input",
4983
+ "name": "repo"
4984
+ },
4985
+ "constraints": {
4986
+ "notEmpty": true
4987
+ },
4988
+ "condition": {
4989
+ "property": "pullRequestOperationType",
4990
+ "oneOf": ["createPullRequest"]
4991
+ }
4992
+ },
4993
+ {
4994
+ "label": "Issue number",
4995
+ "description": "The number that identifies the issue",
4996
+ "feel": "optional",
4997
+ "group": "input",
4998
+ "type": "String",
4999
+ "binding": {
5000
+ "type": "zeebe:input",
5001
+ "name": "issueNumber"
5002
+ },
5003
+ "constraints": {
5004
+ "notEmpty": true
5005
+ },
5006
+ "condition": {
5007
+ "property": "issueOperationType",
5008
+ "oneOf": ["getIssue", "updateIssue", "createIssueComment"]
5009
+ }
5010
+ },
5011
+ {
5012
+ "label": "Release ID",
5013
+ "description": "The unique identifier of the release",
5014
+ "feel": "optional",
5015
+ "group": "input",
5016
+ "type": "String",
5017
+ "binding": {
5018
+ "type": "zeebe:input",
5019
+ "name": "releaseId"
5020
+ },
5021
+ "constraints": {
5022
+ "notEmpty": true
5023
+ },
5024
+ "condition": {
5025
+ "property": "releaseOperationType",
5026
+ "oneOf": ["updateRelease", "deleteRelease"]
5027
+ }
5028
+ },
5029
+ {
5030
+ "label": "Query",
5031
+ "description": "The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub",
5032
+ "feel": "optional",
5033
+ "group": "input",
5034
+ "type": "String",
5035
+ "binding": {
5036
+ "type": "zeebe:input",
5037
+ "name": "searchQuery"
5038
+ },
5039
+ "constraints": {
5040
+ "notEmpty": true
5041
+ },
5042
+ "condition": {
5043
+ "property": "issueOperationType",
5044
+ "oneOf": ["searchIssues"]
5045
+ }
5046
+ },
5047
+ {
5048
+ "label": "Title",
5049
+ "description": "The title of the issue",
5050
+ "feel": "optional",
5051
+ "group": "input",
5052
+ "type": "String",
5053
+ "binding": {
5054
+ "type": "zeebe:input",
5055
+ "name": "issueTitle"
5056
+ },
5057
+ "constraints": {
5058
+ "notEmpty": true
5059
+ },
5060
+ "condition": {
5061
+ "property": "issueOperationType",
5062
+ "oneOf": ["createIssue"]
5063
+ }
5064
+ },
5065
+ {
5066
+ "label": "Title",
5067
+ "description": "The title of the issue",
5068
+ "feel": "optional",
5069
+ "group": "input",
5070
+ "type": "String",
5071
+ "binding": {
5072
+ "type": "zeebe:input",
5073
+ "name": "issueTitle"
5074
+ },
5075
+ "optional": true,
5076
+ "condition": {
5077
+ "property": "issueOperationType",
5078
+ "oneOf": ["updateIssue"]
5079
+ }
5080
+ },
5081
+ {
5082
+ "label": "Body",
5083
+ "description": "The contents of the issue or release",
5084
+ "feel": "optional",
5085
+ "group": "input",
5086
+ "type": "Text",
5087
+ "binding": {
5088
+ "type": "zeebe:input",
5089
+ "name": "githubBody"
5090
+ },
5091
+ "optional": true,
5092
+ "condition": {
5093
+ "property": "releaseOperationType",
5094
+ "oneOf": ["createRelease", "updateRelease"]
5095
+ }
5096
+ },
5097
+ {
5098
+ "label": "Body",
5099
+ "description": "The contents of the issue or release",
5100
+ "feel": "optional",
5101
+ "group": "input",
5102
+ "type": "Text",
5103
+ "binding": {
5104
+ "type": "zeebe:input",
5105
+ "name": "githubBody"
5106
+ },
5107
+ "optional": true,
5108
+ "condition": {
5109
+ "property": "issueOperationType",
5110
+ "oneOf": ["createIssue", "updateIssue"]
5111
+ }
5112
+ },
5113
+ {
5114
+ "label": "Body",
5115
+ "description": "The contents of the issue comment",
5116
+ "feel": "optional",
5117
+ "group": "input",
5118
+ "constraints": {
5119
+ "notEmpty": true
5120
+ },
5121
+ "type": "Text",
5122
+ "binding": {
5123
+ "type": "zeebe:input",
5124
+ "name": "githubBody"
5125
+ },
5126
+ "condition": {
5127
+ "property": "issueOperationType",
5128
+ "oneOf": ["createIssueComment"]
5129
+ }
5130
+ },
5131
+ {
5132
+ "label": "Assignees",
5133
+ "description": "Logins for users to assign to this issue as an array of strings",
5134
+ "feel": "required",
5135
+ "group": "input",
5136
+ "type": "String",
5137
+ "binding": {
5138
+ "type": "zeebe:input",
5139
+ "name": "issueAssignees"
5140
+ },
5141
+ "optional": true,
5142
+ "condition": {
5143
+ "property": "issueOperationType",
5144
+ "oneOf": ["createIssue", "updateIssue"]
5145
+ }
5146
+ },
5147
+ {
5148
+ "label": "Labels",
5149
+ "description": "Labels to associate with this issue as an array of strings",
5150
+ "feel": "required",
5151
+ "group": "input",
5152
+ "type": "String",
5153
+ "binding": {
5154
+ "type": "zeebe:input",
5155
+ "name": "issueLabels"
5156
+ },
5157
+ "optional": true,
5158
+ "condition": {
5159
+ "property": "issueOperationType",
5160
+ "oneOf": ["createIssue", "updateIssue"]
5161
+ }
5162
+ },
5163
+ {
5164
+ "label": "Tag name",
5165
+ "description": "Name of the tag",
5166
+ "group": "input",
5167
+ "type": "String",
5168
+ "feel": "optional",
5169
+ "value": "",
5170
+ "binding": {
5171
+ "type": "zeebe:input",
5172
+ "name": "tagName"
5173
+ },
5174
+ "constraints": {
5175
+ "notEmpty": true
5176
+ },
5177
+ "condition": {
5178
+ "property": "releaseOperationType",
5179
+ "oneOf": ["createRelease", "updateRelease"]
5180
+ }
5181
+ },
5182
+ {
5183
+ "label": "Milestone",
5184
+ "description": "The number of the milestone to associate this issue with",
5185
+ "group": "input",
5186
+ "type": "String",
5187
+ "feel": "optional",
5188
+ "value": "",
5189
+ "binding": {
5190
+ "type": "zeebe:input",
5191
+ "name": "issueMilestone"
5192
+ },
5193
+ "optional": true,
5194
+ "condition": {
5195
+ "property": "issueOperationType",
5196
+ "oneOf": ["createIssue", "updateIssue"]
5197
+ }
5198
+ },
5199
+ {
5200
+ "label": "Release name",
5201
+ "description": "The name of the release",
5202
+ "feel": "optional",
5203
+ "group": "input",
5204
+ "type": "String",
5205
+ "binding": {
5206
+ "type": "zeebe:input",
5207
+ "name": "releaseName"
5208
+ },
5209
+ "optional": true,
5210
+ "condition": {
5211
+ "property": "releaseOperationType",
5212
+ "oneOf": ["createRelease", "updateRelease"]
5213
+ }
5214
+ },
5215
+ {
5216
+ "label": "Repository name",
5217
+ "description": "The name of the repository",
5218
+ "feel": "optional",
5219
+ "group": "input",
5220
+ "type": "String",
5221
+ "binding": {
5222
+ "type": "zeebe:input",
5223
+ "name": "repoName"
5224
+ },
5225
+ "constraints": {
5226
+ "notEmpty": true
5227
+ },
5228
+ "condition": {
5229
+ "property": "reposOperationType",
5230
+ "oneOf": ["createOrganizationRepo"]
5231
+ }
5232
+ },
5233
+ {
5234
+ "label": "Repository name",
5235
+ "description": "The name of the repository",
5236
+ "feel": "optional",
5237
+ "group": "input",
5238
+ "type": "String",
5239
+ "binding": {
5240
+ "type": "zeebe:input",
5241
+ "name": "repoName"
5242
+ },
5243
+ "optional": true,
5244
+ "condition": {
5245
+ "property": "reposOperationType",
5246
+ "oneOf": ["updateRepo"]
5247
+ }
5248
+ },
5249
+ {
5250
+ "label": "Branch name",
5251
+ "description": "The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use the GraphQL API",
5252
+ "feel": "optional",
5253
+ "group": "input",
5254
+ "type": "String",
5255
+ "binding": {
5256
+ "type": "zeebe:input",
5257
+ "name": "branchName"
5258
+ },
5259
+ "constraints": {
5260
+ "notEmpty": true
5261
+ },
5262
+ "condition": {
5263
+ "property": "branchOperationType",
5264
+ "oneOf": ["getBranch"]
5265
+ }
5266
+ },
5267
+ {
5268
+ "label": "Base",
5269
+ "description": "The name of the base branch that the head will be merged into",
5270
+ "feel": "optional",
5271
+ "group": "input",
5272
+ "type": "String",
5273
+ "binding": {
5274
+ "type": "zeebe:input",
5275
+ "name": "branchBase"
5276
+ },
5277
+ "constraints": {
5278
+ "notEmpty": true
5279
+ },
5280
+ "condition": {
5281
+ "property": "branchOperationType",
5282
+ "oneOf": ["mergeBranch"]
5283
+ }
5284
+ },
5285
+ {
5286
+ "label": "Head",
5287
+ "description": "The head to merge. This can be a branch name or a commit SHA1",
5288
+ "feel": "optional",
5289
+ "group": "input",
5290
+ "type": "String",
5291
+ "binding": {
5292
+ "type": "zeebe:input",
5293
+ "name": "branchHead"
5294
+ },
5295
+ "constraints": {
5296
+ "notEmpty": true
5297
+ },
5298
+ "condition": {
5299
+ "property": "branchOperationType",
5300
+ "oneOf": ["mergeBranch"]
5301
+ }
5302
+ },
5303
+ {
5304
+ "label": "Organization name",
5305
+ "description": "The organization name. The name is not case sensitive",
5306
+ "feel": "optional",
5307
+ "group": "input",
5308
+ "type": "String",
5309
+ "binding": {
5310
+ "type": "zeebe:input",
5311
+ "name": "orgName"
5312
+ },
5313
+ "constraints": {
5314
+ "notEmpty": true
5315
+ },
5316
+ "condition": {
5317
+ "property": "listAlertsOperationType",
5318
+ "oneOf": ["listAlertsForOrg"]
5319
+ }
5320
+ },
5321
+ {
5322
+ "label": "Organization name",
5323
+ "description": "The organization name. The name is not case sensitive",
5324
+ "feel": "optional",
5325
+ "group": "input",
5326
+ "type": "String",
5327
+ "binding": {
5328
+ "type": "zeebe:input",
5329
+ "name": "orgName"
5330
+ },
5331
+ "constraints": {
5332
+ "notEmpty": true
5333
+ },
5334
+ "condition": {
5335
+ "property": "reposOperationType",
5336
+ "oneOf": [
5337
+ "listOrganizationRepos",
5338
+ "createOrganizationRepo",
5339
+ "orgInvitation"
5340
+ ]
5341
+ }
5342
+ },
5343
+ {
5344
+ "label": "Description",
5345
+ "description": "A short description of the repository",
5346
+ "feel": "optional",
5347
+ "group": "input",
5348
+ "type": "String",
5349
+ "binding": {
5350
+ "type": "zeebe:input",
5351
+ "name": "repoDescription"
5352
+ },
5353
+ "optional": true,
5354
+ "condition": {
5355
+ "property": "reposOperationType",
5356
+ "oneOf": ["createOrganizationRepo", "updateRepo"]
5357
+ }
5358
+ },
5359
+ {
5360
+ "label": "Home page",
5361
+ "description": "A URL with more information about the repository",
5362
+ "feel": "optional",
5363
+ "group": "input",
5364
+ "type": "String",
5365
+ "binding": {
5366
+ "type": "zeebe:input",
5367
+ "name": "repoHomePage"
5368
+ },
5369
+ "optional": true,
5370
+ "condition": {
5371
+ "property": "reposOperationType",
5372
+ "oneOf": ["createOrganizationRepo", "updateRepo"]
5373
+ }
5374
+ },
5375
+ {
5376
+ "label": "Visibility",
5377
+ "description": "The visibility of the repository",
5378
+ "id": "repoVisibility",
5379
+ "group": "input",
5380
+ "type": "Dropdown",
5381
+ "value": "private",
5382
+ "choices": [
5383
+ {
5384
+ "name": "Private",
5385
+ "value": "private"
5386
+ },
5387
+ {
5388
+ "name": "Public",
5389
+ "value": "public"
5390
+ }
5391
+ ],
5392
+ "binding": {
5393
+ "type": "zeebe:input",
5394
+ "name": "repoVisibility"
5395
+ },
5396
+ "condition": {
5397
+ "property": "reposOperationType",
5398
+ "oneOf": ["createOrganizationRepo", "updateRepo"]
5399
+ }
5400
+ },
5401
+ {
5402
+ "label": "Type",
5403
+ "description": "Specifies the types of repositories you want returned",
5404
+ "id": "repoType",
5405
+ "group": "input",
5406
+ "type": "Dropdown",
5407
+ "value": "all",
5408
+ "choices": [
5409
+ {
5410
+ "name": "All",
5411
+ "value": "all"
5412
+ },
5413
+ {
5414
+ "name": "Public",
5415
+ "value": "public"
5416
+ },
5417
+ {
5418
+ "name": "Private",
5419
+ "value": "private"
5420
+ },
5421
+ {
5422
+ "name": "Forks",
5423
+ "value": "forks"
5424
+ },
5425
+ {
5426
+ "name": "Sources",
5427
+ "value": "sources"
5428
+ },
5429
+ {
5430
+ "name": "Memeber",
5431
+ "value": "member"
5432
+ }
5433
+ ],
5434
+ "binding": {
5435
+ "type": "zeebe:input",
5436
+ "name": "repoType"
5437
+ },
5438
+ "condition": {
5439
+ "property": "reposOperationType",
5440
+ "oneOf": ["listOrganizationRepos"]
5441
+ }
5442
+ },
5443
+ {
5444
+ "label": "Sort",
5445
+ "description": "The property to sort the results by",
5446
+ "id": "repoSort",
5447
+ "group": "input",
5448
+ "type": "Dropdown",
5449
+ "value": "created",
5450
+ "choices": [
5451
+ {
5452
+ "name": "Created",
5453
+ "value": "created"
5454
+ },
5455
+ {
5456
+ "name": "Updated",
5457
+ "value": "updated"
5458
+ },
5459
+ {
5460
+ "name": "Pushed",
5461
+ "value": "pushed"
5462
+ },
5463
+ {
5464
+ "name": "Full name",
5465
+ "value": "full_name"
5466
+ }
5467
+ ],
5468
+ "binding": {
5469
+ "type": "zeebe:input",
5470
+ "name": "repoSort"
5471
+ },
5472
+ "condition": {
5473
+ "property": "reposOperationType",
5474
+ "oneOf": ["listOrganizationRepos"]
5475
+ }
5476
+ },
5477
+ {
5478
+ "label": "Sort order",
5479
+ "description": "The order to sort by. Default: asc when using full_name, otherwise desc",
5480
+ "id": "repoSortOrder",
5481
+ "group": "input",
5482
+ "type": "Dropdown",
5483
+ "value": "true",
5484
+ "choices": [
5485
+ {
5486
+ "name": "Ascending",
5487
+ "value": "asc"
5488
+ },
5489
+ {
5490
+ "name": "Descending",
5491
+ "value": "desc"
5492
+ }
5493
+ ],
5494
+ "binding": {
5495
+ "type": "zeebe:input",
5496
+ "name": "repoSortOrder"
5497
+ },
5498
+ "condition": {
5499
+ "property": "reposOperationType",
5500
+ "oneOf": ["listOrganizationRepos"]
5501
+ }
5502
+ },
5503
+ {
5504
+ "label": "Commit message",
5505
+ "description": "Commit message to use for the merge commit. If omitted, a default message will be used",
5506
+ "feel": "optional",
5507
+ "group": "input",
5508
+ "type": "String",
5509
+ "binding": {
5510
+ "type": "zeebe:input",
5511
+ "name": "commitMessage"
5512
+ },
5513
+ "optional": true,
5514
+ "condition": {
5515
+ "property": "branchOperationType",
5516
+ "oneOf": ["mergeBranch"]
5517
+ }
5518
+ },
5519
+ {
5520
+ "label": "Make latest",
5521
+ "id": "makeLatest",
5522
+ "group": "input",
5523
+ "type": "Dropdown",
5524
+ "value": "true",
5525
+ "choices": [
5526
+ {
5527
+ "name": "True",
5528
+ "value": "true"
5529
+ },
5530
+ {
5531
+ "name": "False",
5532
+ "value": "false"
5533
+ },
5534
+ {
5535
+ "name": "Legacy",
5536
+ "value": "legacy"
5537
+ }
5538
+ ],
5539
+ "binding": {
5540
+ "type": "zeebe:input",
5541
+ "name": "makeLatest"
5542
+ },
5543
+ "condition": {
5544
+ "property": "releaseOperationType",
5545
+ "oneOf": ["createRelease", "updateRelease"]
5546
+ }
5547
+ },
5548
+ {
5549
+ "label": "Invite email",
5550
+ "description": "Email address of the person you are inviting, which can be an existing GitHub user",
5551
+ "feel": "optional",
5552
+ "group": "input",
5553
+ "type": "String",
5554
+ "binding": {
5555
+ "type": "zeebe:input",
5556
+ "name": "orgInvitationEmail"
5557
+ },
5558
+ "constraints": {
5559
+ "notEmpty": true
5560
+ },
5561
+ "condition": {
5562
+ "property": "reposOperationType",
5563
+ "oneOf": ["orgInvitation"]
5564
+ }
5565
+ },
5566
+ {
5567
+ "label": "Role",
5568
+ "description": "The role for the new member",
5569
+ "id": "orgInvitationRole",
5570
+ "group": "input",
5571
+ "type": "Dropdown",
5572
+ "value": "admin",
5573
+ "choices": [
5574
+ {
5575
+ "name": "Admin",
5576
+ "value": "admin"
5577
+ },
5578
+ {
5579
+ "name": "Direct member",
5580
+ "value": "direct_member"
5581
+ },
5582
+ {
5583
+ "name": "Billing manager",
5584
+ "value": "billing_manage"
5585
+ }
5586
+ ],
5587
+ "binding": {
5588
+ "type": "zeebe:input",
5589
+ "name": "orgInvitationRole"
5590
+ },
5591
+ "condition": {
5592
+ "property": "reposOperationType",
5593
+ "oneOf": ["orgInvitation"]
5594
+ }
5595
+ },
5596
+ {
5597
+ "label": "Issue state",
5598
+ "description": "The open or closed state of the issue",
5599
+ "id": "issueState",
5600
+ "group": "input",
5601
+ "type": "Dropdown",
5602
+ "value": "open",
5603
+ "choices": [
5604
+ {
5605
+ "name": "Open",
5606
+ "value": "open"
5607
+ },
5608
+ {
5609
+ "name": "Closed",
5610
+ "value": "closed"
5611
+ }
5612
+ ],
5613
+ "binding": {
5614
+ "type": "zeebe:input",
5615
+ "name": "issueState"
5616
+ },
5617
+ "condition": {
5618
+ "property": "issueOperationType",
5619
+ "oneOf": ["updateIssue"]
5620
+ }
5621
+ },
5622
+ {
5623
+ "label": "State reason",
5624
+ "description": "The reason for the state change. Ignored unless state is changed",
5625
+ "id": "issueStateReason",
5626
+ "group": "input",
5627
+ "type": "Dropdown",
5628
+ "value": "completed",
5629
+ "choices": [
5630
+ {
5631
+ "name": "Completed",
5632
+ "value": "completed"
5633
+ },
5634
+ {
5635
+ "name": "Not planned",
5636
+ "value": "not_planned"
5637
+ },
5638
+ {
5639
+ "name": "Reopened",
5640
+ "value": "reopened"
5641
+ }
5642
+ ],
5643
+ "binding": {
5644
+ "type": "zeebe:input",
5645
+ "name": "issueStateReason"
5646
+ },
5647
+ "condition": {
5648
+ "property": "issueOperationType",
5649
+ "oneOf": ["updateIssue"]
5650
+ }
5651
+ },
5652
+ {
5653
+ "label": "Git reference",
5654
+ "description": "Branch or tag name for the workflow",
5655
+ "group": "input",
5656
+ "type": "String",
5657
+ "feel": "optional",
5658
+ "value": "",
5659
+ "binding": {
5660
+ "type": "zeebe:input",
5661
+ "name": "gitReference"
5662
+ },
5663
+ "constraints": {
5664
+ "notEmpty": true
5665
+ },
5666
+ "condition": {
5667
+ "property": "eventOperationType",
5668
+ "oneOf": ["createWorkflowDispatchEvent"]
5669
+ }
5670
+ },
5671
+ {
5672
+ "label": "Workflow ID",
5673
+ "description": "The ID of the workflow. You can also pass the workflow file name as a string.",
5674
+ "group": "configuration",
5675
+ "type": "String",
5676
+ "feel": "optional",
5677
+ "value": "",
5678
+ "binding": {
5679
+ "type": "zeebe:input",
5680
+ "name": "workflowId"
5681
+ },
5682
+ "constraints": {
5683
+ "notEmpty": true
5684
+ },
5685
+ "condition": {
5686
+ "property": "eventOperationType",
5687
+ "oneOf": ["createWorkflowDispatchEvent"]
5688
+ }
5689
+ },
5690
+ {
5691
+ "label": "Workflow inputs",
5692
+ "description": "An object containing up to 10 key-value pairs",
5693
+ "group": "input",
5694
+ "type": "Text",
5695
+ "feel": "required",
5696
+ "value": "={}",
5697
+ "binding": {
5698
+ "type": "zeebe:input",
5699
+ "name": "workflowInputs"
5700
+ },
5701
+ "optional": true,
5702
+ "condition": {
5703
+ "property": "eventOperationType",
5704
+ "oneOf": ["createWorkflowDispatchEvent"]
5705
+ }
5706
+ },
5707
+ {
5708
+ "label": "Git reference",
5709
+ "description": "Name of the fully qualified reference",
5710
+ "group": "input",
5711
+ "type": "String",
5712
+ "feel": "optional",
5713
+ "value": "",
5714
+ "binding": {
5715
+ "type": "zeebe:input",
5716
+ "name": "gitReference"
5717
+ },
5718
+ "constraints": {
5719
+ "notEmpty": true,
5720
+ "pattern": {
5721
+ "value": "^(=|refs\\/[^\\/]+\\/[^\\/]*)",
5722
+ "message": "must be a fully qualified reference (i.e: refs/heads/main) starting with \"refs\" and containing at least two slashes."
5723
+ }
5724
+ },
5725
+ "condition": {
5726
+ "property": "referenceOperationType",
5727
+ "oneOf": ["createReference"]
5728
+ }
5729
+ },
5730
+ {
5731
+ "label": "SHA",
5732
+ "description": "The SHA1 value for this reference",
5733
+ "group": "input",
5734
+ "type": "String",
5735
+ "feel": "optional",
5736
+ "value": "",
5737
+ "binding": {
5738
+ "type": "zeebe:input",
5739
+ "name": "sha"
5740
+ },
5741
+ "constraints": {
5742
+ "notEmpty": true,
5743
+ "pattern": {
5744
+ "value": "^(=|.{40})",
5745
+ "message": "must consist of 40 characters."
5746
+ }
5747
+ },
5748
+ "condition": {
5749
+ "property": "referenceOperationType",
5750
+ "oneOf": ["createReference"]
5751
+ }
5752
+ },
5753
+ {
5754
+ "label": "Title",
5755
+ "description": "The title of the new pull request",
5756
+ "group": "input",
5757
+ "type": "String",
5758
+ "feel": "optional",
5759
+ "value": "",
5760
+ "binding": {
5761
+ "type": "zeebe:input",
5762
+ "name": "title"
5763
+ },
5764
+ "constraints": {
5765
+ "notEmpty": true
5766
+ },
5767
+ "condition": {
5768
+ "property": "pullRequestOperationType",
5769
+ "oneOf": ["createPullRequest"]
5770
+ }
5771
+ },
5772
+ {
5773
+ "label": "Head",
5774
+ "description": "The name of the branch where your changes are implemented",
5775
+ "group": "input",
5776
+ "type": "String",
5777
+ "feel": "optional",
5778
+ "value": "",
5779
+ "binding": {
5780
+ "type": "zeebe:input",
5781
+ "name": "head"
5782
+ },
5783
+ "constraints": {
5784
+ "notEmpty": true
5785
+ },
5786
+ "condition": {
5787
+ "property": "pullRequestOperationType",
5788
+ "oneOf": ["createPullRequest"]
5789
+ }
5790
+ },
5791
+ {
5792
+ "label": "Base",
5793
+ "description": "The name of the branch you want the changes pulled into",
5794
+ "group": "input",
5795
+ "type": "String",
5796
+ "feel": "optional",
5797
+ "value": "",
5798
+ "binding": {
5799
+ "type": "zeebe:input",
5800
+ "name": "base"
5801
+ },
5802
+ "constraints": {
5803
+ "notEmpty": true
5804
+ },
5805
+ "condition": {
5806
+ "property": "pullRequestOperationType",
5807
+ "oneOf": ["createPullRequest"]
5808
+ }
5809
+ },
5810
+ {
5811
+ "label": "Body",
5812
+ "description": "The contents of the pull request",
5813
+ "group": "input",
5814
+ "type": "Text",
5815
+ "feel": "optional",
5816
+ "value": "",
5817
+ "binding": {
5818
+ "type": "zeebe:input",
5819
+ "name": "prBody"
5820
+ },
5821
+ "condition": {
5822
+ "property": "pullRequestOperationType",
5823
+ "oneOf": ["createPullRequest"]
5824
+ }
5825
+ },
5826
+ {
5827
+ "label": "Draft",
5828
+ "description": "Indicates whether the pull request is a draft",
5829
+ "group": "input",
5830
+ "type": "Boolean",
5831
+ "feel": "optional",
5832
+ "value": "=false",
5833
+ "binding": {
5834
+ "type": "zeebe:input",
5835
+ "name": "draft"
5836
+ },
5837
+ "condition": {
5838
+ "property": "pullRequestOperationType",
5839
+ "oneOf": ["createPullRequest"]
5840
+ }
5841
+ },
5842
+ {
5843
+ "label": "Include anonymous contributors",
5844
+ "group": "input",
5845
+ "type": "Boolean",
5846
+ "feel": "optional",
5847
+ "value": "=false",
5848
+ "binding": {
5849
+ "type": "zeebe:input",
5850
+ "name": "anon"
5851
+ },
5852
+ "condition": {
5853
+ "property": "listCollaboratorsOperationType",
5854
+ "oneOf": ["listCollaborators"]
5855
+ }
5856
+ },
5857
+ {
5858
+ "label": "Page",
5859
+ "description": "The page number of the results to fetch",
5860
+ "group": "input",
5861
+ "type": "Number",
5862
+ "feel": "optional",
5863
+ "value": "1",
5864
+ "binding": {
5865
+ "type": "zeebe:input",
5866
+ "name": "page"
5867
+ },
5868
+ "condition": {
5869
+ "property": "listCollaboratorsOperationType",
5870
+ "oneOf": ["listCollaborators"]
5871
+ }
5872
+ },
5873
+ {
5874
+ "label": "Results per page",
5875
+ "description": "The number of results to include per page",
5876
+ "group": "input",
5877
+ "type": "Number",
5878
+ "feel": "optional",
5879
+ "value": "30",
5880
+ "binding": {
5881
+ "type": "zeebe:input",
5882
+ "name": "per_page"
5883
+ },
5884
+ "condition": {
5885
+ "property": "listCollaboratorsOperationType",
5886
+ "oneOf": ["listCollaborators"]
5887
+ }
5888
+ },
5889
+ {
5890
+ "label": "Path",
5891
+ "description": "The path of the file within the repository",
5892
+ "group": "input",
5893
+ "type": "String",
5894
+ "feel": "optional",
5895
+ "value": "",
5896
+ "binding": {
5897
+ "type": "zeebe:input",
5898
+ "name": "contentPath"
5899
+ },
5900
+ "constraints": {
5901
+ "notEmpty": true
5902
+ },
5903
+ "condition": {
5904
+ "property": "reposOperationType",
5905
+ "oneOf": ["getRepoContent", "uploadFile"]
5906
+ }
5907
+ },
5908
+ {
5909
+ "label": "Ref",
5910
+ "description": "The name of the commit/branch/tag. Default: the repository's main branch",
5911
+ "group": "input",
5912
+ "type": "String",
5913
+ "feel": "optional",
5914
+ "value": "",
5915
+ "binding": {
5916
+ "type": "zeebe:input",
5917
+ "name": "ref"
5918
+ },
5919
+ "optional": true,
5920
+ "condition": {
5921
+ "property": "reposOperationType",
5922
+ "oneOf": ["getRepoContent"]
5923
+ }
5924
+ },
5925
+ {
5926
+ "label": "Branch",
5927
+ "description": "The name of the branch. Default: the repository's main branch",
5928
+ "group": "input",
5929
+ "type": "String",
5930
+ "feel": "optional",
5931
+ "value": "",
5932
+ "binding": {
5933
+ "type": "zeebe:input",
5934
+ "name": "branch"
5935
+ },
5936
+ "optional": true,
5937
+ "condition": {
5938
+ "property": "reposOperationType",
5939
+ "oneOf": ["uploadFile"]
5940
+ }
5941
+ },
5942
+ {
5943
+ "label": "Message",
5944
+ "description": "The commit message for the file upload",
5945
+ "group": "input",
5946
+ "type": "String",
5947
+ "feel": "optional",
5948
+ "default": "Added file",
5949
+ "binding": {
5950
+ "type": "zeebe:input",
5951
+ "name": "commitMessage"
5952
+ },
5953
+ "constraints": {
5954
+ "notEmpty": true
5955
+ },
5956
+ "condition": {
5957
+ "property": "reposOperationType",
5958
+ "oneOf": ["uploadFile"]
5959
+ }
5960
+ },
5961
+ {
5962
+ "label": "SHA",
5963
+ "description": "Required if you are updating a file. The blob SHA of the file being replaced.",
5964
+ "group": "input",
5965
+ "type": "String",
5966
+ "feel": "optional",
5967
+ "value": "",
5968
+ "binding": {
5969
+ "type": "zeebe:input",
5970
+ "name": "sha"
5971
+ },
5972
+ "constraints": {
5973
+ "pattern": {
5974
+ "value": "^(=|.{40}|$)",
5975
+ "message": "must consist of 40 characters."
5976
+ },
5977
+ "notEmpty": false
5978
+ },
5979
+
5980
+ "optional": true,
5981
+ "condition": {
5982
+ "property": "reposOperationType",
5983
+ "oneOf": ["uploadFile"]
5984
+ }
5985
+ },
5986
+ {
5987
+ "label": "Content",
5988
+ "description": "Provide the raw string, document reference or base64 encoded content to upload.",
5989
+ "group": "input",
5990
+ "type": "String",
5991
+ "feel": "optional",
5992
+ "value": "",
5993
+ "binding": {
5994
+ "type": "zeebe:input",
5995
+ "name": "content"
5996
+ },
5997
+ "condition": {
5998
+ "property": "reposOperationType",
5999
+ "oneOf": ["uploadFile"]
6000
+ }
6001
+ },
6002
+ {
6003
+ "label": "Content is already base64 encoded",
6004
+ "description": "As uploaded content needs to be base64 encoded, you can check this box if the content is already encoded. Otherwise, it will be encoded for you",
6005
+ "group": "input",
6006
+ "type": "Boolean",
6007
+ "default": "=false",
6008
+ "feel": "optional",
6009
+ "binding": {
6010
+ "type": "zeebe:input",
6011
+ "name": "isBase64Encoded"
6012
+ },
6013
+ "condition": {
6014
+ "property": "reposOperationType",
6015
+ "oneOf": ["uploadFile"]
6016
+ }
6017
+ },
6018
+ {
6019
+ "group": "input",
6020
+ "type": "Hidden",
6021
+ "value": "=if isBase64Encoded then content else {\"camunda.function.type\":\"base64\",\"params\":[content]}",
6022
+ "binding": {
6023
+ "type": "zeebe:input",
6024
+ "name": "b64content"
6025
+ }
6026
+ },
6027
+ {
6028
+ "id": "useCustomCommitter",
6029
+ "label": "Use custom committer",
6030
+ "description": "By default, the committer is the user associated with the access token. Check this box to set a different committer in the commit metadata.",
6031
+ "group": "input",
6032
+ "value": false,
6033
+ "type": "Boolean",
6034
+ "binding": {
6035
+ "type": "zeebe:property",
6036
+ "name": "useCustomCommitter"
6037
+ },
6038
+ "condition": {
6039
+ "property": "reposOperationType",
6040
+ "oneOf": ["uploadFile"]
6041
+ }
6042
+ },
6043
+ {
6044
+ "label": "Comitter name",
6045
+ "description": "The name/handle of the person that made the commit, e.g. octocat. Do not include an @",
6046
+ "group": "input",
6047
+ "type": "String",
6048
+ "feel": "optional",
6049
+ "binding": {
6050
+ "type": "zeebe:input",
6051
+ "name": "committerName"
6052
+ },
6053
+ "constraints": {
6054
+ "notEmpty": true
6055
+ },
6056
+ "condition": {
6057
+ "property": "useCustomCommitter",
6058
+ "equals": true,
6059
+ "type": "simple"
6060
+ }
6061
+ },
6062
+ {
6063
+ "label": "Comitter email",
6064
+ "description": "The email of the person that made the commit",
6065
+ "group": "input",
6066
+ "type": "String",
6067
+ "feel": "optional",
6068
+ "binding": {
6069
+ "type": "zeebe:input",
6070
+ "name": "committerEmail"
6071
+ },
6072
+ "constraints": {
6073
+ "notEmpty": true
6074
+ },
6075
+ "condition": {
6076
+ "property": "useCustomCommitter",
6077
+ "equals": true,
6078
+ "type": "simple"
6079
+ }
6080
+ },
6081
+ {
6082
+ "id": "useCustomAuthor",
6083
+ "label": "Use custom author",
6084
+ "description": "By default, the author is the user associated with the access token. Check this box to use a different author in the commit metadata.",
6085
+ "group": "input",
6086
+ "value": false,
6087
+ "type": "Boolean",
6088
+ "binding": {
6089
+ "type": "zeebe:property",
6090
+ "name": "useCustomAuthor"
6091
+ },
6092
+ "condition": {
6093
+ "property": "reposOperationType",
6094
+ "oneOf": ["uploadFile"]
6095
+ }
6096
+ },
6097
+ {
6098
+ "label": "Author name",
6099
+ "description": "The name/handle of the author of the commit, e.g. octocat. Do not include an @",
6100
+ "group": "input",
6101
+ "type": "String",
6102
+ "feel": "optional",
6103
+ "binding": {
6104
+ "type": "zeebe:input",
6105
+ "name": "authorName"
6106
+ },
6107
+ "constraints": {
6108
+ "notEmpty": true
6109
+ },
6110
+ "condition": {
6111
+ "property": "useCustomAuthor",
6112
+ "equals": true,
6113
+ "type": "simple"
6114
+ }
6115
+ },
6116
+ {
6117
+ "label": "Author email",
6118
+ "description": "The email of the author of the commit",
6119
+ "group": "input",
6120
+ "type": "String",
6121
+ "feel": "optional",
6122
+ "binding": {
6123
+ "type": "zeebe:input",
6124
+ "name": "authorEmail"
6125
+ },
6126
+ "constraints": {
6127
+ "notEmpty": true
6128
+ },
6129
+ "condition": {
6130
+ "property": "useCustomAuthor",
6131
+ "equals": true,
6132
+ "type": "simple"
6133
+ }
6134
+ },
6135
+ {
6136
+ "group": "configuration",
6137
+ "type": "Hidden",
6138
+ "value": "={\"Content-Type\":\"application/vnd.github+json\", \"X-GitHub-Api-Version\":\"2022-11-28\"}",
6139
+ "binding": {
6140
+ "type": "zeebe:input",
6141
+ "name": "headers"
6142
+ },
6143
+ "constraints": {
6144
+ "notEmpty": true
6145
+ }
6146
+ },
6147
+ {
6148
+ "group": "input",
6149
+ "type": "Hidden",
6150
+ "value": "={\"title\": if issueTitle = null then null else issueTitle, \"body\":if githubBody = null then null else githubBody,\"assignees\":if issueAssignees = null then null else issueAssignees,\"milestone\":if issueMilestone = null then null else issueMilestone,\"labels\":if issueLabels = null then null else issueLabels}",
6151
+ "binding": {
6152
+ "type": "zeebe:input",
6153
+ "name": "body"
6154
+ },
6155
+ "condition": {
6156
+ "property": "issueOperationType",
6157
+ "oneOf": ["createIssue", "updateIssue"]
6158
+ },
6159
+ "optional": true
6160
+ },
6161
+ {
6162
+ "group": "input",
6163
+ "type": "Hidden",
6164
+ "value": "={\"body\":if githubBody = null then null else githubBody}",
6165
+ "binding": {
6166
+ "type": "zeebe:input",
6167
+ "name": "body"
6168
+ },
6169
+ "condition": {
6170
+ "property": "issueOperationType",
6171
+ "oneOf": ["createIssueComment"]
6172
+ },
6173
+ "optional": true
6174
+ },
6175
+ {
6176
+ "group": "input",
6177
+ "type": "Hidden",
6178
+ "value": "={\"tag_name\": tagName, \"body\":if githubBody = null then null else githubBody,\"name\":if releaseName = null then null else releaseName,\"make_latest\":if makeLatest = null then null else makeLatest}",
6179
+ "binding": {
6180
+ "type": "zeebe:input",
6181
+ "name": "body"
6182
+ },
6183
+ "condition": {
6184
+ "property": "releaseOperationType",
6185
+ "oneOf": ["createRelease", "updateRelease"]
6186
+ },
6187
+ "optional": true
6188
+ },
6189
+ {
6190
+ "group": "input",
6191
+ "type": "Hidden",
6192
+ "value": "={\"name\": if repoName = null then null else repoName, \"description\": if repoDescription = null then null else repoDescription,\"homepage\": if repoHomePage = null then null else repoHomePage,\"visibility\": repoVisibility}",
6193
+ "binding": {
6194
+ "type": "zeebe:input",
6195
+ "name": "body"
6196
+ },
6197
+ "condition": {
6198
+ "property": "reposOperationType",
6199
+ "oneOf": ["createOrganizationRepo", "updateRepo"]
6200
+ },
6201
+ "optional": true
6202
+ },
6203
+ {
6204
+ "group": "input",
6205
+ "type": "Hidden",
6206
+ "value": "={\"email\": orgInvitationEmail, \"role\": orgInvitationRole}",
6207
+ "binding": {
6208
+ "type": "zeebe:input",
6209
+ "name": "body"
6210
+ },
6211
+ "condition": {
6212
+ "property": "reposOperationType",
6213
+ "oneOf": ["orgInvitation"]
6214
+ },
6215
+ "optional": true
6216
+ },
6217
+ {
6218
+ "group": "input",
6219
+ "type": "Hidden",
6220
+ "value": "=context merge({\"message\": commitMessage, \"content\": b64content}, if sha != null and sha != \"\" then {\"sha\": sha} else {}, if branch != null and branch != \"\" then {\"branch\": branch} else {}, if committerName != null and committerName != \"\" and committerEmail != null and committerEmail != \"\" then {\"committer\": {\"name\": committerName, \"email\": committerEmail, \"date\": committerDate}} else {}, if authorName != null and authorEmail != null then {\"author\": {\"name\": authorName, \"email\": authorEmail, \"date\": authorDate }} else {})",
6221
+ "binding": {
6222
+ "type": "zeebe:input",
6223
+ "name": "body"
6224
+ },
6225
+ "condition": {
6226
+ "property": "reposOperationType",
6227
+ "oneOf": ["uploadFile"]
6228
+ },
6229
+ "optional": true
6230
+ },
6231
+ {
6232
+ "group": "input",
6233
+ "type": "Hidden",
6234
+ "value": "={\"ref\": if gitReference = null then null else gitReference, \"inputs\":workflowInputs}",
6235
+ "binding": {
6236
+ "type": "zeebe:input",
6237
+ "name": "body"
6238
+ },
6239
+ "condition": {
6240
+ "property": "eventOperationType",
6241
+ "oneOf": ["createWorkflowDispatchEvent"]
6242
+ },
6243
+ "optional": true
6244
+ },
6245
+ {
6246
+ "group": "input",
6247
+ "type": "Hidden",
6248
+ "value": "={\"ref\": if gitReference = null then null else gitReference, \"sha\": if sha = null then null else sha}",
6249
+ "binding": {
6250
+ "type": "zeebe:input",
6251
+ "name": "body"
6252
+ },
6253
+ "condition": {
6254
+ "property": "referenceOperationType",
6255
+ "oneOf": ["createReference"]
6256
+ },
6257
+ "optional": true
6258
+ },
6259
+ {
6260
+ "group": "input",
6261
+ "type": "Hidden",
6262
+ "value": "={\"title\": if title = null then null else title, \"head\": if head = null then null else head, \"base\": if base = null then null else base, \"body\": if prBody = null then null else prBody, \"draft\": if draft = null then null else draft}",
6263
+ "binding": {
6264
+ "type": "zeebe:input",
6265
+ "name": "body"
6266
+ },
6267
+ "condition": {
6268
+ "property": "pullRequestOperationType",
6269
+ "oneOf": ["createPullRequest"]
6270
+ },
6271
+ "optional": true
6272
+ },
6273
+ {
6274
+ "group": "input",
6275
+ "type": "Hidden",
6276
+ "value": "={\"type\": repoType, \"sort\": repoSortOrder, \"direction\": repoSortOrder}",
6277
+ "binding": {
6278
+ "type": "zeebe:input",
6279
+ "name": "queryParameters"
6280
+ },
6281
+ "condition": {
6282
+ "property": "reposOperationType",
6283
+ "oneOf": ["listOrganizationRepos"]
6284
+ }
6285
+ },
6286
+ {
6287
+ "group": "input",
6288
+ "type": "Hidden",
6289
+ "value": "={\"q\": searchQuery}",
6290
+ "binding": {
6291
+ "type": "zeebe:input",
6292
+ "name": "queryParameters"
6293
+ },
6294
+ "condition": {
6295
+ "property": "issueOperationType",
6296
+ "oneOf": ["searchIssues"]
6297
+ }
6298
+ },
6299
+ {
6300
+ "group": "input",
6301
+ "type": "Hidden",
6302
+ "value": "={\"anon\": if anon = null then null else anon, \"per_page\": if per_page = null then null else per_page, \"page\": if page = null then null else page}",
6303
+ "binding": {
6304
+ "type": "zeebe:input",
6305
+ "name": "queryParameters"
6306
+ },
6307
+ "condition": {
6308
+ "property": "listCollaboratorsOperationType",
6309
+ "oneOf": ["listCollaborators"]
6310
+ }
6311
+ },
6312
+ {
6313
+ "group": "input",
6314
+ "type": "Hidden",
6315
+ "value": "={\"ref\": if ref = null then null else ref}",
6316
+ "binding": {
6317
+ "type": "zeebe:input",
6318
+ "name": "queryParameters"
6319
+ },
6320
+ "condition": {
6321
+ "property": "reposOperationType",
6322
+ "oneOf": ["getRepoContent"]
6323
+ }
6324
+ },
6325
+ {
6326
+ "label": "Result variable",
6327
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
6328
+ "group": "output",
6329
+ "type": "String",
6330
+ "binding": {
6331
+ "type": "zeebe:taskHeader",
6332
+ "key": "resultVariable"
6333
+ }
6334
+ },
6335
+ {
6336
+ "label": "Result expression",
6337
+ "id": "resultExpressionCreateIssue",
6338
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6339
+ "group": "output",
6340
+ "type": "String",
6341
+ "feel": "required",
6342
+ "value": "={createdIssue: response.body}",
6343
+ "binding": {
6344
+ "type": "zeebe:taskHeader",
6345
+ "key": "resultExpression"
6346
+ },
6347
+ "condition": {
6348
+ "property": "issueOperationType",
6349
+ "oneOf": ["createIssue"]
6350
+ }
6351
+ },
6352
+ {
6353
+ "label": "Result expression",
6354
+ "id": "resultExpressionUpdateIssue",
6355
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6356
+ "group": "output",
6357
+ "type": "String",
6358
+ "feel": "required",
6359
+ "value": "={updatedIssue: response.body}",
6360
+ "binding": {
6361
+ "type": "zeebe:taskHeader",
6362
+ "key": "resultExpression"
6363
+ },
6364
+ "condition": {
6365
+ "property": "issueOperationType",
6366
+ "oneOf": ["updateIssue"]
6367
+ }
6368
+ },
6369
+ {
6370
+ "label": "Result expression",
6371
+ "id": "resultExpressionCreateRelease",
6372
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6373
+ "group": "output",
6374
+ "type": "String",
6375
+ "feel": "required",
6376
+ "value": "={createdRelease: response.body}",
6377
+ "binding": {
6378
+ "type": "zeebe:taskHeader",
6379
+ "key": "resultExpression"
6380
+ },
6381
+ "condition": {
6382
+ "property": "releaseOperationType",
6383
+ "oneOf": ["createRelease"]
6384
+ }
6385
+ },
6386
+ {
6387
+ "label": "Result expression",
6388
+ "id": "resultExpressionUpdateRelease",
6389
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6390
+ "group": "output",
6391
+ "type": "String",
6392
+ "feel": "required",
6393
+ "value": "={updatedRelease: response.body}",
6394
+ "binding": {
6395
+ "type": "zeebe:taskHeader",
6396
+ "key": "resultExpression"
6397
+ },
6398
+ "condition": {
6399
+ "property": "releaseOperationType",
6400
+ "oneOf": ["updateRelease"]
6401
+ }
6402
+ },
6403
+ {
6404
+ "label": "Result expression",
6405
+ "id": "resultExpressionGetIssue",
6406
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6407
+ "group": "output",
6408
+ "type": "String",
6409
+ "feel": "required",
6410
+ "value": "={issues: response.body}",
6411
+ "binding": {
6412
+ "type": "zeebe:taskHeader",
6413
+ "key": "resultExpression"
6414
+ },
6415
+ "condition": {
6416
+ "property": "issueOperationType",
6417
+ "oneOf": ["getIssue"]
6418
+ }
6419
+ },
6420
+ {
6421
+ "label": "Result expression",
6422
+ "id": "resultExpressionGetBranch",
6423
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6424
+ "group": "output",
6425
+ "type": "String",
6426
+ "feel": "required",
6427
+ "value": "={branch: response.body}",
6428
+ "binding": {
6429
+ "type": "zeebe:taskHeader",
6430
+ "key": "resultExpression"
6431
+ },
6432
+ "condition": {
6433
+ "property": "branchOperationType",
6434
+ "oneOf": ["getBranch"]
6435
+ }
6436
+ },
6437
+ {
6438
+ "label": "Result expression",
6439
+ "id": "resultExpressionGetRepo",
6440
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6441
+ "group": "output",
6442
+ "type": "String",
6443
+ "feel": "required",
6444
+ "value": "={repo: response.body}",
6445
+ "binding": {
6446
+ "type": "zeebe:taskHeader",
6447
+ "key": "resultExpression"
6448
+ },
6449
+ "condition": {
6450
+ "property": "reposOperationType",
6451
+ "oneOf": ["getRepo"]
6452
+ }
6453
+ },
6454
+ {
6455
+ "label": "Result expression",
6456
+ "id": "resultExpressionUpdateRepo",
6457
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6458
+ "group": "output",
6459
+ "type": "String",
6460
+ "feel": "required",
6461
+ "value": "={updatedRepo: response.body}",
6462
+ "binding": {
6463
+ "type": "zeebe:taskHeader",
6464
+ "key": "resultExpression"
6465
+ },
6466
+ "condition": {
6467
+ "property": "reposOperationType",
6468
+ "oneOf": ["updateRepo"]
6469
+ }
6470
+ },
6471
+ {
6472
+ "label": "Result expression",
6473
+ "id": "resultExpressionCreateOrganizationRepo",
6474
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6475
+ "group": "output",
6476
+ "type": "String",
6477
+ "feel": "required",
6478
+ "value": "={createdOrganizationRepo: response.body}",
6479
+ "binding": {
6480
+ "type": "zeebe:taskHeader",
6481
+ "key": "resultExpression"
6482
+ },
6483
+ "condition": {
6484
+ "property": "reposOperationType",
6485
+ "oneOf": ["createOrganizationRepo"]
6486
+ }
6487
+ },
6488
+ {
6489
+ "label": "Result expression",
6490
+ "id": "resultExpressionListReleases",
6491
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6492
+ "group": "output",
6493
+ "type": "String",
6494
+ "feel": "required",
6495
+ "value": "={releasesList: response.body}",
6496
+ "binding": {
6497
+ "type": "zeebe:taskHeader",
6498
+ "key": "resultExpression"
6499
+ },
6500
+ "condition": {
6501
+ "property": "releaseOperationType",
6502
+ "oneOf": ["listReleases"]
6503
+ }
6504
+ },
6505
+ {
6506
+ "label": "Result expression",
6507
+ "id": "resultExpressionListBranches",
6508
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6509
+ "group": "output",
6510
+ "type": "String",
6511
+ "feel": "required",
6512
+ "value": "={branchList: response.body}",
6513
+ "binding": {
6514
+ "type": "zeebe:taskHeader",
6515
+ "key": "resultExpression"
6516
+ },
6517
+ "condition": {
6518
+ "property": "branchOperationType",
6519
+ "oneOf": ["listBranches"]
6520
+ }
6521
+ },
6522
+ {
6523
+ "label": "Result expression",
6524
+ "id": "resultExpressionListOrganizationRepos",
6525
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6526
+ "group": "output",
6527
+ "type": "String",
6528
+ "feel": "required",
6529
+ "value": "={organizationRepoList: response.body}",
6530
+ "binding": {
6531
+ "type": "zeebe:taskHeader",
6532
+ "key": "resultExpression"
6533
+ },
6534
+ "condition": {
6535
+ "property": "reposOperationType",
6536
+ "oneOf": ["listOrganizationRepos"]
6537
+ }
6538
+ },
6539
+ {
6540
+ "label": "Result expression",
6541
+ "id": "resultExpressionListRepoContributors",
6542
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6543
+ "group": "output",
6544
+ "type": "String",
6545
+ "feel": "required",
6546
+ "value": "={repoContributorsList: response.body}",
6547
+ "binding": {
6548
+ "type": "zeebe:taskHeader",
6549
+ "key": "resultExpression"
6550
+ },
6551
+ "condition": {
6552
+ "property": "reposOperationType",
6553
+ "oneOf": ["listRepoContributors"]
6554
+ }
6555
+ },
6556
+ {
6557
+ "label": "Result expression",
6558
+ "id": "resultExpressionListRepoCommits",
6559
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6560
+ "group": "output",
6561
+ "type": "String",
6562
+ "feel": "required",
6563
+ "value": "={commitList: response.body}",
6564
+ "binding": {
6565
+ "type": "zeebe:taskHeader",
6566
+ "key": "resultExpression"
6567
+ },
6568
+ "condition": {
6569
+ "property": "issueOperationType",
6570
+ "oneOf": ["listCommits"]
6571
+ }
6572
+ },
6573
+ {
6574
+ "label": "Result expression",
6575
+ "id": "resultExpressionSearchIssues",
6576
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6577
+ "group": "output",
6578
+ "type": "String",
6579
+ "feel": "required",
6580
+ "value": "={searchedIssueList: response.body.items}",
6581
+ "binding": {
6582
+ "type": "zeebe:taskHeader",
6583
+ "key": "resultExpression"
6584
+ },
6585
+ "condition": {
6586
+ "property": "issueOperationType",
6587
+ "oneOf": ["searchIssues"]
6588
+ }
6589
+ },
6590
+ {
6591
+ "label": "Result expression",
6592
+ "id": "resultCreateReference",
6593
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6594
+ "group": "output",
6595
+ "type": "String",
6596
+ "feel": "required",
6597
+ "value": "={createdReference: response.body}",
6598
+ "binding": {
6599
+ "type": "zeebe:taskHeader",
6600
+ "key": "resultExpression"
6601
+ },
6602
+ "condition": {
6603
+ "property": "referenceOperationType",
6604
+ "oneOf": ["createReference"]
6605
+ }
6606
+ },
6607
+ {
6608
+ "label": "Result expression",
6609
+ "id": "resultCreatePullRequest",
6610
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6611
+ "group": "output",
6612
+ "type": "String",
6613
+ "feel": "required",
6614
+ "value": "={createdPullRequest: response.body}",
6615
+ "binding": {
6616
+ "type": "zeebe:taskHeader",
6617
+ "key": "resultExpression"
6618
+ },
6619
+ "condition": {
6620
+ "property": "pullRequestOperationType",
6621
+ "oneOf": ["createPullRequest"]
6622
+ }
6623
+ },
6624
+ {
6625
+ "label": "Result expression",
6626
+ "id": "resultExpressionListCollaborators",
6627
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6628
+ "group": "output",
6629
+ "type": "String",
6630
+ "feel": "required",
6631
+ "value": "={collaboratorsList: response.body}",
6632
+ "binding": {
6633
+ "type": "zeebe:taskHeader",
6634
+ "key": "resultExpression"
6635
+ },
6636
+ "condition": {
6637
+ "property": "listCollaboratorsOperationType",
6638
+ "oneOf": ["listCollaborators"]
6639
+ }
6640
+ },
6641
+ {
6642
+ "label": "Result expression",
6643
+ "id": "resultExpressionGetContent",
6644
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6645
+ "group": "output",
6646
+ "type": "String",
6647
+ "feel": "required",
6648
+ "value": "={repositoryContent: response.body}",
6649
+ "binding": {
6650
+ "type": "zeebe:taskHeader",
6651
+ "key": "resultExpression"
6652
+ },
6653
+ "condition": {
6654
+ "property": "reposOperationType",
6655
+ "oneOf": ["getRepoContent"]
6656
+ }
6657
+ },
6658
+ {
6659
+ "label": "Result expression",
6660
+ "id": "resultExpressionUploadFile",
6661
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
6662
+ "group": "output",
6663
+ "type": "String",
6664
+ "feel": "required",
6665
+ "value": "={fileDetails: response.body.content, commitDetails: response.body.commit}",
6666
+ "binding": {
6667
+ "type": "zeebe:taskHeader",
6668
+ "key": "resultExpression"
6669
+ },
6670
+ "condition": {
6671
+ "property": "reposOperationType",
6672
+ "oneOf": ["uploadFile"]
6673
+ }
6674
+ },
6675
+ {
6676
+ "label": "Connection timeout",
6677
+ "description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
6678
+ "group": "errors",
6679
+ "type": "String",
6680
+ "value": "20",
6681
+ "binding": {
6682
+ "type": "zeebe:input",
6683
+ "name": "connectionTimeoutInSeconds"
6684
+ },
6685
+ "optional": true,
6686
+ "feel": "optional",
6687
+ "constraints": {
6688
+ "notEmpty": false,
6689
+ "pattern": {
6690
+ "value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
6691
+ "message": "must be a timeout in seconds (default value is 20 seconds) or a FEEL expression."
6692
+ }
6693
+ }
6694
+ },
6695
+ {
6696
+ "type": "Hidden",
6697
+ "value": "=\"https://api.github.com\"",
6698
+ "binding": {
6699
+ "type": "zeebe:input",
6700
+ "name": "baseUrl"
6701
+ }
6702
+ },
6703
+ {
6704
+ "type": "Hidden",
6705
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/issues\"",
6706
+ "binding": {
6707
+ "type": "zeebe:input",
6708
+ "name": "url"
6709
+ },
6710
+ "condition": {
6711
+ "property": "issueOperationType",
6712
+ "oneOf": ["createIssue"]
6713
+ }
6714
+ },
6715
+ {
6716
+ "type": "Hidden",
6717
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/commits\"",
6718
+ "binding": {
6719
+ "type": "zeebe:input",
6720
+ "name": "url"
6721
+ },
6722
+ "condition": {
6723
+ "property": "issueOperationType",
6724
+ "oneOf": ["listCommits"]
6725
+ }
6726
+ },
6727
+ {
6728
+ "type": "Hidden",
6729
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/issues/\" + string(issueNumber)",
6730
+ "binding": {
6731
+ "type": "zeebe:input",
6732
+ "name": "url"
6733
+ },
6734
+ "condition": {
6735
+ "property": "issueOperationType",
6736
+ "oneOf": ["getIssue", "updateIssue"]
6737
+ }
6738
+ },
6739
+ {
6740
+ "type": "Hidden",
6741
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/issues/\" + string(issueNumber) + \"/comments\"",
6742
+ "binding": {
6743
+ "type": "zeebe:input",
6744
+ "name": "url"
6745
+ },
6746
+ "condition": {
6747
+ "property": "issueOperationType",
6748
+ "oneOf": ["createIssueComment"]
6749
+ }
6750
+ },
6751
+ {
6752
+ "type": "Hidden",
6753
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/releases\"",
6754
+ "binding": {
6755
+ "type": "zeebe:input",
6756
+ "name": "url"
6757
+ },
6758
+ "condition": {
6759
+ "property": "releaseOperationType",
6760
+ "oneOf": ["createRelease"]
6761
+ }
6762
+ },
6763
+ {
6764
+ "type": "Hidden",
6765
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/releases/\" + releaseId",
6766
+ "binding": {
6767
+ "type": "zeebe:input",
6768
+ "name": "url"
6769
+ },
6770
+ "condition": {
6771
+ "property": "releaseOperationType",
6772
+ "oneOf": ["updateRelease", "deleteRelease"]
6773
+ }
6774
+ },
6775
+ {
6776
+ "type": "Hidden",
6777
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/releases\"",
6778
+ "binding": {
6779
+ "type": "zeebe:input",
6780
+ "name": "url"
6781
+ },
6782
+ "condition": {
6783
+ "property": "releaseOperationType",
6784
+ "oneOf": ["listReleases"]
6785
+ }
6786
+ },
6787
+ {
6788
+ "type": "Hidden",
6789
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/branches\"",
6790
+ "binding": {
6791
+ "type": "zeebe:input",
6792
+ "name": "url"
6793
+ },
6794
+ "condition": {
6795
+ "property": "branchOperationType",
6796
+ "oneOf": ["listBranches"]
6797
+ }
6798
+ },
6799
+ {
6800
+ "type": "Hidden",
6801
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/branches/\" + branchName",
6802
+ "binding": {
6803
+ "type": "zeebe:input",
6804
+ "name": "url"
6805
+ },
6806
+ "condition": {
6807
+ "property": "branchOperationType",
6808
+ "oneOf": ["getBranch"]
6809
+ }
6810
+ },
6811
+ {
6812
+ "type": "Hidden",
6813
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/merges\"",
6814
+ "binding": {
6815
+ "type": "zeebe:input",
6816
+ "name": "url"
6817
+ },
6818
+ "condition": {
6819
+ "property": "branchOperationType",
6820
+ "oneOf": ["mergeBranch"]
6821
+ }
6822
+ },
6823
+ {
6824
+ "type": "Hidden",
6825
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo",
6826
+ "binding": {
6827
+ "type": "zeebe:input",
6828
+ "name": "url"
6829
+ },
6830
+ "condition": {
6831
+ "property": "reposOperationType",
6832
+ "oneOf": ["getRepo", "updateRepo", "deleteRepo"]
6833
+ }
6834
+ },
6835
+ {
6836
+ "type": "Hidden",
6837
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/contributors\"",
6838
+ "binding": {
6839
+ "type": "zeebe:input",
6840
+ "name": "url"
6841
+ },
6842
+ "condition": {
6843
+ "property": "reposOperationType",
6844
+ "oneOf": ["listRepoContributors"]
6845
+ }
6846
+ },
6847
+ {
6848
+ "type": "Hidden",
6849
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/code-scanning/alerts\"",
6850
+ "binding": {
6851
+ "type": "zeebe:input",
6852
+ "name": "url"
6853
+ },
6854
+ "condition": {
6855
+ "property": "listAlertsOperationType",
6856
+ "oneOf": ["listAlertsForRepo"]
6857
+ }
6858
+ },
6859
+ {
6860
+ "type": "Hidden",
6861
+ "value": "=baseUrl + \"/orgs/\" + orgName + \"/code-scanning/alerts\"",
6862
+ "binding": {
6863
+ "type": "zeebe:input",
6864
+ "name": "url"
6865
+ },
6866
+ "condition": {
6867
+ "property": "reposOperationType",
6868
+ "oneOf": ["listOrganizationRepos", "createOrganizationRepo"]
6869
+ }
6870
+ },
6871
+ {
6872
+ "type": "Hidden",
6873
+ "value": "=baseUrl + \"/orgs/\" + orgName + \"/repos\"",
6874
+ "binding": {
6875
+ "type": "zeebe:input",
6876
+ "name": "url"
6877
+ },
6878
+ "condition": {
6879
+ "property": "reposOperationType",
6880
+ "oneOf": ["listOrganizationRepos", "createOrganizationRepo"]
6881
+ }
6882
+ },
6883
+ {
6884
+ "type": "Hidden",
6885
+ "value": "=baseUrl + \"/orgs/\" + orgName + \"/invitations\"",
6886
+ "binding": {
6887
+ "type": "zeebe:input",
6888
+ "name": "url"
6889
+ },
6890
+ "condition": {
6891
+ "property": "reposOperationType",
6892
+ "oneOf": ["orgInvitation"]
6893
+ }
6894
+ },
6895
+ {
6896
+ "type": "Hidden",
6897
+ "value": "=baseUrl + \"/search/issues\"",
6898
+ "binding": {
6899
+ "type": "zeebe:input",
6900
+ "name": "url"
6901
+ },
6902
+ "condition": {
6903
+ "property": "issueOperationType",
6904
+ "oneOf": ["searchIssues"]
6905
+ }
6906
+ },
6907
+ {
6908
+ "type": "Hidden",
6909
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/actions/workflows/\" + workflowId + \"/dispatches\"",
6910
+ "binding": {
6911
+ "type": "zeebe:input",
6912
+ "name": "url"
6913
+ },
6914
+ "condition": {
6915
+ "property": "eventOperationType",
6916
+ "oneOf": ["createWorkflowDispatchEvent"]
6917
+ }
6918
+ },
6919
+ {
6920
+ "type": "Hidden",
6921
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/git/refs\"",
6922
+ "binding": {
6923
+ "type": "zeebe:input",
6924
+ "name": "url"
6925
+ },
6926
+ "condition": {
6927
+ "property": "referenceOperationType",
6928
+ "oneOf": ["createReference"]
6929
+ }
6930
+ },
6931
+ {
6932
+ "type": "Hidden",
6933
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/pulls\"",
6934
+ "binding": {
6935
+ "type": "zeebe:input",
6936
+ "name": "url"
6937
+ },
6938
+ "condition": {
6939
+ "property": "pullRequestOperationType",
6940
+ "oneOf": ["createPullRequest"]
6941
+ }
6942
+ },
6943
+ {
6944
+ "type": "Hidden",
6945
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/collaborators\"",
6946
+ "binding": {
6947
+ "type": "zeebe:input",
6948
+ "name": "url"
6949
+ },
6950
+ "condition": {
6951
+ "property": "listCollaboratorsOperationType",
6952
+ "oneOf": ["listCollaborators"]
6953
+ }
6954
+ },
6955
+ {
6956
+ "type": "Hidden",
6957
+ "value": "=baseUrl + \"/repos/\" + owner + \"/\" + repo + \"/contents/\" + contentPath",
6958
+ "binding": {
6959
+ "type": "zeebe:input",
6960
+ "name": "url"
6961
+ },
6962
+ "condition": {
6963
+ "property": "reposOperationType",
6964
+ "oneOf": ["getRepoContent", "uploadFile"]
6965
+ }
6966
+ },
6967
+ {
6968
+ "label": "Error expression",
6969
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
6970
+ "group": "errors",
6971
+ "type": "Text",
6972
+ "feel": "required",
6973
+ "binding": {
6974
+ "type": "zeebe:taskHeader",
6975
+ "key": "errorExpression"
6976
+ }
6977
+ },
6978
+ {
6979
+ "id": "version",
6980
+ "label": "Version",
6981
+ "description": "Version of the element template",
6982
+ "value": "8",
6983
+ "group": "connector",
6984
+ "binding": {
6985
+ "key": "elementTemplateVersion",
6986
+ "type": "zeebe:taskHeader"
6987
+ },
6988
+ "type": "Hidden"
6989
+ },
6990
+ {
6991
+ "id": "id",
6992
+ "label": "ID",
6993
+ "description": "ID of the element template",
6994
+ "value": "io.camunda.connectors.GitHub.v1",
6995
+ "group": "connector",
6996
+ "binding": {
6997
+ "key": "elementTemplateId",
6998
+ "type": "zeebe:taskHeader"
6999
+ },
7000
+ "type": "Hidden"
7001
+ }
7002
+ ]
7003
+ },
3912
7004
  {
3913
7005
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3914
7006
  "name": "GitHub Outbound Connector",
@@ -15458,9 +18550,9 @@
15458
18550
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
15459
18551
  "name": "GitHub Outbound Connector",
15460
18552
  "id": "io.camunda.connectors.GitHub.v1",
15461
- "version": 8,
18553
+ "version": 9,
15462
18554
  "engines": {
15463
- "camunda": "^8.3"
18555
+ "camunda": "^8.7"
15464
18556
  },
15465
18557
  "description": "Manage GitHub issues, branches, releases, and more",
15466
18558
  "metadata": {
@@ -15868,22 +18960,118 @@
15868
18960
  "name": "authentication.type"
15869
18961
  }
15870
18962
  },
18963
+ {
18964
+ "label": "Authentication type",
18965
+ "id": "authentication.authType",
18966
+ "group": "authentication",
18967
+ "type": "Dropdown",
18968
+ "value": "pat",
18969
+ "choices": [
18970
+ {
18971
+ "name": "Personal Access Token",
18972
+ "value": "pat"
18973
+ },
18974
+ {
18975
+ "name": "GitHub App",
18976
+ "value": "github_app"
18977
+ }
18978
+ ],
18979
+ "binding": {
18980
+ "type": "zeebe:input",
18981
+ "name": "authentication.authType"
18982
+ }
18983
+ },
15871
18984
  {
15872
18985
  "label": "GitHub personal token",
18986
+ "id": "authentication.pat",
15873
18987
  "group": "authentication",
15874
18988
  "description": "GitHub personal token, needs repository and workflow scope",
15875
18989
  "type": "String",
15876
18990
  "feel": "optional",
18991
+ "optional": true,
18992
+ "value": "",
15877
18993
  "binding": {
15878
18994
  "type": "zeebe:input",
15879
- "name": "authentication.token"
18995
+ "name": "authentication.pat"
15880
18996
  },
15881
18997
  "constraints": {
15882
- "notEmpty": true
18998
+ "notEmpty": false
15883
18999
  },
15884
19000
  "condition": {
15885
- "property": "authenticationType",
15886
- "equals": "bearer"
19001
+ "property": "authentication.authType",
19002
+ "equals": "pat"
19003
+ }
19004
+ },
19005
+ {
19006
+ "id": "authentication.githubAppPrivateKey",
19007
+ "label": "Private Key",
19008
+ "group": "authentication",
19009
+ "description": "The private key of your GitHub App. It is recommended to use a secret for this value.",
19010
+ "type": "String",
19011
+ "feel": "optional",
19012
+ "value": "",
19013
+ "optional": true,
19014
+ "binding": {
19015
+ "type": "zeebe:input",
19016
+ "name": "authentication.githubAppPrivateKey"
19017
+ },
19018
+ "constraints": {
19019
+ "notEmpty": false
19020
+ },
19021
+ "condition": {
19022
+ "property": "authentication.authType",
19023
+ "equals": "github_app"
19024
+ }
19025
+ },
19026
+ {
19027
+ "id": "authentication.githubAppAppId",
19028
+ "label": "App ID",
19029
+ "group": "authentication",
19030
+ "description": "The ID of your GitHub App.",
19031
+ "type": "String",
19032
+ "feel": "optional",
19033
+ "value": "",
19034
+ "optional": true,
19035
+ "binding": {
19036
+ "type": "zeebe:input",
19037
+ "name": "authentication.githubAppAppId"
19038
+ },
19039
+ "constraints": {
19040
+ "notEmpty": false
19041
+ },
19042
+ "condition": {
19043
+ "property": "authentication.authType",
19044
+ "equals": "github_app"
19045
+ }
19046
+ },
19047
+ {
19048
+ "id": "authentication.githubAppInstallationId",
19049
+ "label": "Installation ID",
19050
+ "group": "authentication",
19051
+ "description": "The installation ID for your GitHub App.",
19052
+ "type": "String",
19053
+ "feel": "optional",
19054
+ "value": "",
19055
+ "optional": true,
19056
+ "binding": {
19057
+ "type": "zeebe:input",
19058
+ "name": "authentication.githubAppInstallationId"
19059
+ },
19060
+ "constraints": {
19061
+ "notEmpty": false
19062
+ },
19063
+ "condition": {
19064
+ "property": "authentication.authType",
19065
+ "equals": "github_app"
19066
+ }
19067
+ },
19068
+ {
19069
+ "group": "authentication",
19070
+ "type": "Hidden",
19071
+ "value": "= if authType = \"github_app\" then {\"camunda.function.type\":\"createGithubAppInstallationToken\",\"params\":[githubAppPrivateKey,githubAppAppId,githubAppInstallationId]} else pat",
19072
+ "binding": {
19073
+ "type": "zeebe:input",
19074
+ "name": "authentication.token"
15887
19075
  }
15888
19076
  },
15889
19077
  {
@@ -17521,7 +20709,6 @@
17521
20709
  },
17522
20710
  "notEmpty": false
17523
20711
  },
17524
-
17525
20712
  "optional": true,
17526
20713
  "condition": {
17527
20714
  "property": "reposOperationType",