You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GitHubEnterpriseCloud] Update to 1.1.4-9e7ab390ae84353f100b5db1dbcb3339 from 1.1.4-96301d732a1a9fa2ec272adc08c795bd
Detected Schema changes:
2025-01-08 20:28:31 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-01-08 20:28:31 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-01-08 20:28:31 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-01-08 20:28:34 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-01-08 20:28:34 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-01-08 20:28:34 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: [213002:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [213004:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [213006: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: [213002:11]
ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [213004:11]
ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [213006:11]
Copy file name to clipboardExpand all lines: clients/GitHubEnterpriseCloud/src/Schema/Repos/ReplaceAllTopics/Request/ApplicationJson.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"items": {
18
18
"type": "string"
19
19
},
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."
21
21
}
22
22
}
23
23
}';
@@ -31,7 +31,7 @@
31
31
}';
32
32
33
33
/**
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.
0 commit comments