Skip to content

Commit 96f1688

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-1a921a530f820efa033dc420e6e40c95 from 1.1.4-e8e191683d6dfdf9b336e7b70932841c
Detected Schema changes: 2025-02-14 20:28:00 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2025-02-14 20:28:00 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2025-02-14 20:28:00 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory 2025-02-14 20:28:02 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2025-02-14 20:28:02 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2025-02-14 20:28:02 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: $.['server-statistics-actions.yaml'] [215501:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: $.['server-statistics-packages.yaml'] [215503:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: $.['server-statistics-advisory-db.yaml'] [215505:11] ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: $.['server-statistics-actions.yaml'] [215501:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: $.['server-statistics-packages.yaml'] [215503:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: $.['server-statistics-advisory-db.yaml'] [215505:11]
1 parent 9d5ed21 commit 96f1688

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "e8e191683d6dfdf9b336e7b70932841c",
2+
"specHash": "1a921a530f820efa033dc420e6e40c95",
33
"generatedFiles": {
44
"files": [
55
{
@@ -5880,7 +5880,7 @@
58805880
},
58815881
{
58825882
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/EnterpriseAdmin.php",
5883-
"hash": "130042383c5aa05a52281022e90e3279"
5883+
"hash": "dc666d3a4680b3db77348bac1f3f48ca"
58845884
},
58855885
{
58865886
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Actions.php",
@@ -33472,7 +33472,7 @@
3347233472
},
3347333473
{
3347433474
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/AddSubIssue\/Request\/ApplicationJson.php",
33475-
"hash": "27d4f7d7d669d46321575027e409efc6"
33475+
"hash": "3f52e6212540ed56857ae415ee3c7bac"
3347633476
},
3347733477
{
3347833478
"name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/ReprioritizeSubIssue\/Request\/ApplicationJson.php",

clients/GitHubEnterpriseCloud/src/Schema/Issues/AddSubIssue/Request/ApplicationJson.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"properties": {
1717
"sub_issue_id": {
1818
"type": "integer",
19-
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue"
19+
"description": "The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue"
2020
},
2121
"replace_parent": {
2222
"type": "boolean",
@@ -32,7 +32,7 @@
3232
}';
3333

3434
/**
35-
* subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository as the parent issue
35+
* subIssueId: The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue
3636
* replaceParent: Option that, when true, instructs the operation to replace the sub-issues current parent issue
3737
*/
3838
public function __construct(#[MapFrom('sub_issue_id')]

etc/specs/GitHubEnterpriseCloud/current.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41241,7 +41241,7 @@ paths:
4124141241
sub_issue_id:
4124241242
type: integer
4124341243
description: The id of the sub-issue to add. The sub-issue must
41244-
belong to the same repository as the parent issue
41244+
belong to the same repository owner as the parent issue
4124541245
replace_parent:
4124641246
type: boolean
4124741247
description: Option that, when true, instructs the operation to

0 commit comments

Comments
 (0)