diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 07ece2e4e0..34ff68ee60 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -48551,6 +48551,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101187,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -104031,7 +104033,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -122226,7 +122228,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -129891,7 +129894,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -274779,11 +274782,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -299394,11 +299397,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 57338896b1..06f1011ff3 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -35542,6 +35542,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73690,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -75892,7 +75894,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -90239,6 +90241,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -95915,7 +95918,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -206130,11 +206133,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -227196,11 +227199,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 07ece2e4e0..34ff68ee60 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -48551,6 +48551,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101187,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -104031,7 +104033,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -122226,7 +122228,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -129891,7 +129894,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -274779,11 +274782,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -299394,11 +299397,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 57338896b1..06f1011ff3 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -35542,6 +35542,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73690,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -75892,7 +75894,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -90239,6 +90241,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -95915,7 +95918,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -206130,11 +206133,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -227196,11 +227199,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index d461afae64..04f025b564 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -51479,7 +51482,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -51535,11 +51538,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -86768,7 +86771,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97724,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -275839,7 +275844,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -295658,7 +295664,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298237,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304244,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +307964,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311560,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +313968,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314111,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316681,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319054,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334566,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337028,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339466,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342003,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352547,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -495097,7 +495117,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -524700,7 +524721,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527702,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530685,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -540003,7 +540027,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543010,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -547041,7 +547067,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -547092,11 +547118,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1118614,7 +1118640,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121500,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125176,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128036,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1131712,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134572,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138248,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141108,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 6d6e6c8816..b941885d95 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -15990,7 +15991,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16031,11 +16032,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -72621,6 +72622,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -100757,7 +100759,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -100794,11 +100796,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index d461afae64..04f025b564 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -51479,7 +51482,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -51535,11 +51538,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -86768,7 +86771,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97724,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -275839,7 +275844,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -295658,7 +295664,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298237,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304244,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +307964,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311560,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +313968,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314111,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316681,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319054,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334566,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337028,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339466,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342003,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352547,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -495097,7 +495117,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -524700,7 +524721,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527702,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530685,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -540003,7 +540027,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543010,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -547041,7 +547067,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -547092,11 +547118,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1118614,7 +1118640,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121500,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125176,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128036,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1131712,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134572,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138248,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141108,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 6d6e6c8816..b941885d95 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -15990,7 +15991,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16031,11 +16032,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -72621,6 +72622,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -100757,7 +100759,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -100794,11 +100796,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index b066fb8366..6238b2e287 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -54062,7 +54062,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -54118,11 +54118,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -83082,7 +83085,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -83138,11 +83141,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -123763,7 +123766,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -320088,7 +320093,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339955,7 +339961,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342534,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348541,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352261,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355857,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358265,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358408,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +360978,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363351,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378863,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381325,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383763,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386300,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396844,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -550195,7 +550215,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -579882,7 +579903,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +582884,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +585867,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -595209,7 +595233,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598216,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -602259,7 +602285,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -602310,11 +602336,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1207410,7 +1207436,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210296,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1213972,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1216832,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220508,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223368,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227044,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1229904,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 536375a897..844d15c43e 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -19755,7 +19755,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -19796,11 +19796,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -82484,6 +82485,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -112802,7 +112804,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -112839,11 +112841,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index b066fb8366..6238b2e287 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -54062,7 +54062,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -54118,11 +54118,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -83082,7 +83085,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -83138,11 +83141,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -123763,7 +123766,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -320088,7 +320093,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339955,7 +339961,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342534,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348541,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352261,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355857,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358265,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358408,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +360978,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363351,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378863,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381325,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383763,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386300,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396844,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -550195,7 +550215,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -579882,7 +579903,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +582884,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +585867,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -595209,7 +595233,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598216,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -602259,7 +602285,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -602310,11 +602336,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1207410,7 +1207436,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210296,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1213972,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1216832,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220508,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223368,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227044,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1229904,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 536375a897..844d15c43e 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -19755,7 +19755,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -19796,11 +19796,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -82484,6 +82485,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -112802,7 +112804,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -112839,11 +112841,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 601ac3804b..af9bccbd13 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -58305,6 +58305,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119086,7 +119087,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -119599,7 +119600,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -138319,7 +138321,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -146876,7 +146879,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -292313,11 +292316,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -318634,11 +318637,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index ea98a3765e..ea7ff688d4 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -42458,6 +42458,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -86694,7 +86695,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -87097,6 +87098,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -101848,6 +101850,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -108175,7 +108178,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -218517,11 +218520,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -241067,11 +241070,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 601ac3804b..af9bccbd13 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -58305,6 +58305,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119086,7 +119087,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -119599,7 +119600,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -138319,7 +138321,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -146876,7 +146879,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -292313,11 +292316,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -318634,11 +318637,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index ea98a3765e..ea7ff688d4 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -42458,6 +42458,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -86694,7 +86695,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -87097,6 +87098,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -101848,6 +101850,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -108175,7 +108178,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -218517,11 +218520,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -241067,11 +241070,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 9d66b4de97..8bb57191a7 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -42178,7 +42178,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -57255,7 +57256,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -63509,7 +63511,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -89226,7 +89229,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -96766,7 +96770,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -246144,7 +246149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -263554,7 +263560,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -266122,7 +266129,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -272112,7 +272120,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -275823,7 +275832,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279410,7 +279420,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -281813,6 +281824,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -281955,7 +281967,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -284520,7 +284533,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -286888,7 +286902,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -310338,7 +310353,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -417592,7 +417608,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -443867,7 +443884,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -446839,7 +446857,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449813,7 +449832,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -459058,7 +459078,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -462032,7 +462053,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index 0a00842f20..849f2ccc4b 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -14634,6 +14634,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -64327,6 +64328,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json index 9d66b4de97..8bb57191a7 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -42178,7 +42178,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -57255,7 +57256,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -63509,7 +63511,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -89226,7 +89229,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -96766,7 +96770,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -246144,7 +246149,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -263554,7 +263560,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -266122,7 +266129,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -272112,7 +272120,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -275823,7 +275832,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279410,7 +279420,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -281813,6 +281824,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -281955,7 +281967,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -284520,7 +284533,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -286888,7 +286902,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -310338,7 +310353,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -417592,7 +417608,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -443867,7 +443884,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -446839,7 +446857,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449813,7 +449832,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -459058,7 +459078,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -462032,7 +462053,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index 0a00842f20..849f2ccc4b 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -14634,6 +14634,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -64327,6 +64328,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` diff --git a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json index d76f175855..6fc4ae7e9d 100644 --- a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json +++ b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.json @@ -44291,6 +44291,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -96809,7 +96810,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -113648,7 +113650,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml index 2c94a15fcb..fb5b23a5be 100644 --- a/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml +++ b/descriptions/ghes-3.13/ghes-3.13.2022-11-28.yaml @@ -32143,6 +32143,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -6{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}