Skip to content

Commit 7260911

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-8a2dc25e1302b824ed48fe860969ca91 from 1.1.4-d543c2cfa43a2dcdc9526a6061319dd0
Detected Schema changes: ``` └─┬Paths ├─┬/repos/{owner}/{repo}/topics │ └─┬PUT │ └─┬Requestbody │ └─┬application/json │ └─┬Schema │ └─┬names │ └──[🔀] description (41464:32) └─┬/orgs/{org}/private-registries/{secret_name} └─┬PATCH └─┬Requestbody └─┬application/json ├──[➕] examples (13471:17) ├──[➖] examples (13466:17)❌ └──[➕] examples (13466:17) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 4 | 1 | Date: 01/08/25 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _1_ out of _4_ - **Modifications**: _1_ - **Removals**: _1_ - **Additions**: _2_ - **Breaking Removals**: _1_ ERROR: breaking changes discovered
1 parent 6e0106c commit 7260911

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

clients/GitHub/etc/openapi-client-generator.state

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "d543c2cfa43a2dcdc9526a6061319dd0",
2+
"specHash": "8a2dc25e1302b824ed48fe860969ca91",
33
"generatedFiles": {
44
"files": [
55
{
@@ -5352,7 +5352,7 @@
53525352
},
53535353
{
53545354
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php",
5355-
"hash": "9eadf0940004495e8f679266d9f38522"
5355+
"hash": "d27ea283c7530921528adfd1e272e47f"
53565356
},
53575357
{
53585358
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php",

clients/GitHub/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"items": {
1818
"type": "string"
1919
},
20-
"description": "An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters."
20+
"description": "An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase."
2121
}
2222
}
2323
}';
@@ -31,7 +31,7 @@
3131
}';
3232

3333
/**
34-
* names: An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` cannot contain uppercase letters.
34+
* names: An array of topics to add to the repository. Pass one or more topics to _replace_ the set of existing topics. Send an empty array (`[]`) to clear all topics from the repository. **Note:** Topic `names` will be saved as lowercase.
3535
*/
3636
public function __construct(public array $names)
3737
{

etc/specs/GitHub/current.spec.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -13462,17 +13462,11 @@ paths:
1346213462
items:
1346313463
type: integer
1346413464
examples:
13465-
update-username-and-encrypted-value:
13465+
default:
1346613466
value:
1346713467
username: monalisa
1346813468
encrypted_value: c2VjcmV0
1346913469
key_id: '012345678912345678'
13470-
update-with-selected-visibility:
13471-
value:
13472-
visibility: selected
13473-
selected_repository_ids:
13474-
- 1296269
13475-
- 1296280
1347613470
responses:
1347713471
'204':
1347813472
description: Response
@@ -41464,7 +41458,7 @@ paths:
4146441458
description: An array of topics to add to the repository. Pass one
4146541459
or more topics to _replace_ the set of existing topics. Send an
4146641460
empty array (`[]`) to clear all topics from the repository. **Note:**
41467-
Topic `names` cannot contain uppercase letters.
41461+
Topic `names` will be saved as lowercase.
4146841462
items:
4146941463
type: string
4147041464
required:

0 commit comments

Comments
 (0)