@@ -3093,6 +3093,11 @@ Properties
3093
3093
Type = 'string'
3094
3094
TypeName = 'Created'
3095
3095
SourceURL = 'http://schemas.taskcluster.net/github/v1/build-list.json#/properties/builds/items/properties/created'
3096
+ Property 'eventType' =
3097
+ Description = 'Type of Github event that triggered the build (i.e. push, pull_request.opened).'
3098
+ Type = 'string'
3099
+ TypeName = 'EventType'
3100
+ SourceURL = 'http://schemas.taskcluster.net/github/v1/build-list.json#/properties/builds/items/properties/eventType'
3096
3101
Property 'organization' =
3097
3102
Description = 'Github organization associated with the build.'
3098
3103
MaxLength = '100'
@@ -3275,6 +3280,14 @@ Properties
3275
3280
Type = 'object'
3276
3281
TypeName = 'Details'
3277
3282
SourceURL = 'http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#/properties/details'
3283
+ Property 'installationId' =
3284
+ Description = 'The installation which had an event.
3285
+ '
3286
+ Maximum = '10000000000'
3287
+ Minimum = '0'
3288
+ Type = 'integer'
3289
+ TypeName = 'InstallationId'
3290
+ SourceURL = 'http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#/properties/installationId'
3278
3291
Property 'organization' =
3279
3292
Description = 'The GitHub `organization` which had an event.
3280
3293
'
@@ -3299,7 +3312,7 @@ Properties
3299
3312
Type HAS NOT BEEN SET!!!
3300
3313
TypeName = 'Version'
3301
3314
SourceURL = 'http://schemas.taskcluster.net/github/v1/github-pull-request-message.json#/properties/version'
3302
- Required = '[version organization repository action]'
3315
+ Required = '[version organization repository action installationId ]'
3303
3316
Schema = 'http://json-schema.org/draft-04/schema#'
3304
3317
Title = 'GitHub Pull Request Message'
3305
3318
Type = 'object'
@@ -3320,6 +3333,14 @@ Properties
3320
3333
Type = 'object'
3321
3334
TypeName = 'Details'
3322
3335
SourceURL = 'http://schemas.taskcluster.net/github/v1/github-push-message.json#/properties/details'
3336
+ Property 'installationId' =
3337
+ Description = 'The installation which had an event.
3338
+ '
3339
+ MaxLength = '10000000000'
3340
+ MinLength = '0'
3341
+ Type = 'integer'
3342
+ TypeName = 'InstallationId'
3343
+ SourceURL = 'http://schemas.taskcluster.net/github/v1/github-push-message.json#/properties/installationId'
3323
3344
Property 'organization' =
3324
3345
Description = 'The GitHub `organization` which had an event.
3325
3346
'
@@ -3344,7 +3365,7 @@ Properties
3344
3365
Type HAS NOT BEEN SET!!!
3345
3366
TypeName = 'Version'
3346
3367
SourceURL = 'http://schemas.taskcluster.net/github/v1/github-push-message.json#/properties/version'
3347
- Required = '[version organization repository]'
3368
+ Required = '[version organization repository installationId ]'
3348
3369
Schema = 'http://json-schema.org/draft-04/schema#'
3349
3370
Title = 'GitHub Push Message'
3350
3371
Type = 'object'
@@ -3365,6 +3386,14 @@ Properties
3365
3386
Type = 'object'
3366
3387
TypeName = 'Details'
3367
3388
SourceURL = 'http://schemas.taskcluster.net/github/v1/github-release-message.json#/properties/details'
3389
+ Property 'installationId' =
3390
+ Description = 'The installation which had an event.
3391
+ '
3392
+ Maximum = '10000000000'
3393
+ Minimum = '0'
3394
+ Type = 'integer'
3395
+ TypeName = 'InstallationId'
3396
+ SourceURL = 'http://schemas.taskcluster.net/github/v1/github-release-message.json#/properties/installationId'
3368
3397
Property 'organization' =
3369
3398
Description = 'The GitHub `organization` which had an event.
3370
3399
'
0 commit comments