Skip to content

Commit 3580706

Browse files
authored
Merge pull request #33196 from github/repo-sync
Repo sync
2 parents 984aefb + 1571449 commit 3580706

File tree

10 files changed

+608
-82
lines changed

10 files changed

+608
-82
lines changed

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "5b52d7fa2263095845f4c42fbb54d6d725b0e32f"
63+
"sha": "e04c0a4453fdbc5f21f5b3275a7d480e90174875"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

Lines changed: 81 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98542,7 +98542,8 @@
9854298542
"event": "issues",
9854398543
"action": "opened",
9854498544
"installation_id": 123,
98545-
"repository_id": 456
98545+
"repository_id": 456,
98546+
"throttled_at": "2019-06-03T00:57:16Z"
9854698547
},
9854798548
{
9854898549
"id": 123456789,
@@ -98555,7 +98556,8 @@
9855598556
"event": "issues",
9855698557
"action": "opened",
9855798558
"installation_id": 123,
98558-
"repository_id": 456
98559+
"repository_id": 456,
98560+
"throttled_at": null
9855998561
}
9856098562
],
9856198563
"schema": {
@@ -98651,6 +98653,17 @@
9865198653
"examples": [
9865298654
123
9865398655
]
98656+
},
98657+
"throttled_at": {
98658+
"description": "Time when the webhook delivery was throttled.",
98659+
"type": [
98660+
"string",
98661+
"null"
98662+
],
98663+
"format": "date-time",
98664+
"examples": [
98665+
"2021-05-12T20:33:44Z"
98666+
]
9865498667
}
9865598668
},
9865698669
"required": [
@@ -98740,6 +98753,7 @@
9874098753
"installation_id": 123,
9874198754
"repository_id": 456,
9874298755
"url": "https://www.example.com",
98756+
"throttled_at": "2019-06-03T00:57:16Z",
9874398757
"request": {
9874498758
"headers": {
9874598759
"X-GitHub-Delivery": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
@@ -98862,6 +98876,17 @@
9886298876
123
9886398877
]
9886498878
},
98879+
"throttled_at": {
98880+
"description": "Time when the webhook delivery was throttled.",
98881+
"type": [
98882+
"string",
98883+
"null"
98884+
],
98885+
"format": "date-time",
98886+
"examples": [
98887+
"2021-05-12T20:33:44Z"
98888+
]
98889+
},
9886598890
"url": {
9886698891
"description": "The URL target of the delivery.",
9886798892
"type": "string",
@@ -365392,7 +365417,8 @@
365392365417
"event": "issues",
365393365418
"action": "opened",
365394365419
"installation_id": 123,
365395-
"repository_id": 456
365420+
"repository_id": 456,
365421+
"throttled_at": "2019-06-03T00:57:16Z"
365396365422
},
365397365423
{
365398365424
"id": 123456789,
@@ -365405,7 +365431,8 @@
365405365431
"event": "issues",
365406365432
"action": "opened",
365407365433
"installation_id": 123,
365408-
"repository_id": 456
365434+
"repository_id": 456,
365435+
"throttled_at": null
365409365436
}
365410365437
],
365411365438
"schema": {
@@ -365501,6 +365528,17 @@
365501365528
"examples": [
365502365529
123
365503365530
]
365531+
},
365532+
"throttled_at": {
365533+
"description": "Time when the webhook delivery was throttled.",
365534+
"type": [
365535+
"string",
365536+
"null"
365537+
],
365538+
"format": "date-time",
365539+
"examples": [
365540+
"2021-05-12T20:33:44Z"
365541+
]
365504365542
}
365505365543
},
365506365544
"required": [
@@ -365614,6 +365652,7 @@
365614365652
"installation_id": 123,
365615365653
"repository_id": 456,
365616365654
"url": "https://www.example.com",
365655+
"throttled_at": "2019-06-03T00:57:16Z",
365617365656
"request": {
365618365657
"headers": {
365619365658
"X-GitHub-Delivery": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
@@ -365736,6 +365775,17 @@
365736365775
123
365737365776
]
365738365777
},
365778+
"throttled_at": {
365779+
"description": "Time when the webhook delivery was throttled.",
365780+
"type": [
365781+
"string",
365782+
"null"
365783+
],
365784+
"format": "date-time",
365785+
"examples": [
365786+
"2021-05-12T20:33:44Z"
365787+
]
365788+
},
365739365789
"url": {
365740365790
"description": "The URL target of the delivery.",
365741365791
"type": "string",
@@ -492076,7 +492126,8 @@
492076492126
"event": "issues",
492077492127
"action": "opened",
492078492128
"installation_id": 123,
492079-
"repository_id": 456
492129+
"repository_id": 456,
492130+
"throttled_at": "2019-06-03T00:57:16Z"
492080492131
},
492081492132
{
492082492133
"id": 123456789,
@@ -492089,7 +492140,8 @@
492089492140
"event": "issues",
492090492141
"action": "opened",
492091492142
"installation_id": 123,
492092-
"repository_id": 456
492143+
"repository_id": 456,
492144+
"throttled_at": null
492093492145
}
492094492146
],
492095492147
"schema": {
@@ -492185,6 +492237,17 @@
492185492237
"examples": [
492186492238
123
492187492239
]
492240+
},
492241+
"throttled_at": {
492242+
"description": "Time when the webhook delivery was throttled.",
492243+
"type": [
492244+
"string",
492245+
"null"
492246+
],
492247+
"format": "date-time",
492248+
"examples": [
492249+
"2021-05-12T20:33:44Z"
492250+
]
492188492251
}
492189492252
},
492190492253
"required": [
@@ -492308,6 +492371,7 @@
492308492371
"installation_id": 123,
492309492372
"repository_id": 456,
492310492373
"url": "https://www.example.com",
492374+
"throttled_at": "2019-06-03T00:57:16Z",
492311492375
"request": {
492312492376
"headers": {
492313492377
"X-GitHub-Delivery": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
@@ -492430,6 +492494,17 @@
492430492494
123
492431492495
]
492432492496
},
492497+
"throttled_at": {
492498+
"description": "Time when the webhook delivery was throttled.",
492499+
"type": [
492500+
"string",
492501+
"null"
492502+
],
492503+
"format": "date-time",
492504+
"examples": [
492505+
"2021-05-12T20:33:44Z"
492506+
]
492507+
},
492433492508
"url": {
492434492509
"description": "The URL target of the delivery.",
492435492510
"type": "string",

src/rest/data/ghec-2022-11-28/schema.json

Lines changed: 81 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108152,7 +108152,8 @@
108152108152
"event": "issues",
108153108153
"action": "opened",
108154108154
"installation_id": 123,
108155-
"repository_id": 456
108155+
"repository_id": 456,
108156+
"throttled_at": "2019-06-03T00:57:16Z"
108156108157
},
108157108158
{
108158108159
"id": 123456789,
@@ -108165,7 +108166,8 @@
108165108166
"event": "issues",
108166108167
"action": "opened",
108167108168
"installation_id": 123,
108168-
"repository_id": 456
108169+
"repository_id": 456,
108170+
"throttled_at": null
108169108171
}
108170108172
],
108171108173
"schema": {
@@ -108261,6 +108263,17 @@
108261108263
"examples": [
108262108264
123
108263108265
]
108266+
},
108267+
"throttled_at": {
108268+
"description": "Time when the webhook delivery was throttled.",
108269+
"type": [
108270+
"string",
108271+
"null"
108272+
],
108273+
"format": "date-time",
108274+
"examples": [
108275+
"2021-05-12T20:33:44Z"
108276+
]
108264108277
}
108265108278
},
108266108279
"required": [
@@ -108350,6 +108363,7 @@
108350108363
"installation_id": 123,
108351108364
"repository_id": 456,
108352108365
"url": "https://www.example.com",
108366+
"throttled_at": "2019-06-03T00:57:16Z",
108353108367
"request": {
108354108368
"headers": {
108355108369
"X-GitHub-Delivery": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
@@ -108472,6 +108486,17 @@
108472108486
123
108473108487
]
108474108488
},
108489+
"throttled_at": {
108490+
"description": "Time when the webhook delivery was throttled.",
108491+
"type": [
108492+
"string",
108493+
"null"
108494+
],
108495+
"format": "date-time",
108496+
"examples": [
108497+
"2021-05-12T20:33:44Z"
108498+
]
108499+
},
108475108500
"url": {
108476108501
"description": "The URL target of the delivery.",
108477108502
"type": "string",
@@ -388143,7 +388168,8 @@
388143388168
"event": "issues",
388144388169
"action": "opened",
388145388170
"installation_id": 123,
388146-
"repository_id": 456
388171+
"repository_id": 456,
388172+
"throttled_at": "2019-06-03T00:57:16Z"
388147388173
},
388148388174
{
388149388175
"id": 123456789,
@@ -388156,7 +388182,8 @@
388156388182
"event": "issues",
388157388183
"action": "opened",
388158388184
"installation_id": 123,
388159-
"repository_id": 456
388185+
"repository_id": 456,
388186+
"throttled_at": null
388160388187
}
388161388188
],
388162388189
"schema": {
@@ -388252,6 +388279,17 @@
388252388279
"examples": [
388253388280
123
388254388281
]
388282+
},
388283+
"throttled_at": {
388284+
"description": "Time when the webhook delivery was throttled.",
388285+
"type": [
388286+
"string",
388287+
"null"
388288+
],
388289+
"format": "date-time",
388290+
"examples": [
388291+
"2021-05-12T20:33:44Z"
388292+
]
388255388293
}
388256388294
},
388257388295
"required": [
@@ -388365,6 +388403,7 @@
388365388403
"installation_id": 123,
388366388404
"repository_id": 456,
388367388405
"url": "https://www.example.com",
388406+
"throttled_at": "2019-06-03T00:57:16Z",
388368388407
"request": {
388369388408
"headers": {
388370388409
"X-GitHub-Delivery": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
@@ -388487,6 +388526,17 @@
388487388526
123
388488388527
]
388489388528
},
388529+
"throttled_at": {
388530+
"description": "Time when the webhook delivery was throttled.",
388531+
"type": [
388532+
"string",
388533+
"null"
388534+
],
388535+
"format": "date-time",
388536+
"examples": [
388537+
"2021-05-12T20:33:44Z"
388538+
]
388539+
},
388490388540
"url": {
388491388541
"description": "The URL target of the delivery.",
388492388542
"type": "string",
@@ -515228,7 +515278,8 @@
515228515278
"event": "issues",
515229515279
"action": "opened",
515230515280
"installation_id": 123,
515231-
"repository_id": 456
515281+
"repository_id": 456,
515282+
"throttled_at": "2019-06-03T00:57:16Z"
515232515283
},
515233515284
{
515234515285
"id": 123456789,
@@ -515241,7 +515292,8 @@
515241515292
"event": "issues",
515242515293
"action": "opened",
515243515294
"installation_id": 123,
515244-
"repository_id": 456
515295+
"repository_id": 456,
515296+
"throttled_at": null
515245515297
}
515246515298
],
515247515299
"schema": {
@@ -515337,6 +515389,17 @@
515337515389
"examples": [
515338515390
123
515339515391
]
515392+
},
515393+
"throttled_at": {
515394+
"description": "Time when the webhook delivery was throttled.",
515395+
"type": [
515396+
"string",
515397+
"null"
515398+
],
515399+
"format": "date-time",
515400+
"examples": [
515401+
"2021-05-12T20:33:44Z"
515402+
]
515340515403
}
515341515404
},
515342515405
"required": [
@@ -515460,6 +515523,7 @@
515460515523
"installation_id": 123,
515461515524
"repository_id": 456,
515462515525
"url": "https://www.example.com",
515526+
"throttled_at": "2019-06-03T00:57:16Z",
515463515527
"request": {
515464515528
"headers": {
515465515529
"X-GitHub-Delivery": "0b989ba4-242f-11e5-81e1-c7b6966d2516",
@@ -515582,6 +515646,17 @@
515582515646
123
515583515647
]
515584515648
},
515649+
"throttled_at": {
515650+
"description": "Time when the webhook delivery was throttled.",
515651+
"type": [
515652+
"string",
515653+
"null"
515654+
],
515655+
"format": "date-time",
515656+
"examples": [
515657+
"2021-05-12T20:33:44Z"
515658+
]
515659+
},
515585515660
"url": {
515586515661
"description": "The URL target of the delivery.",
515587515662
"type": "string",

0 commit comments

Comments
 (0)