Skip to content

[GitHubEnterprise-3.13] Update to 1.1.4-df8d2275089e5998c1eae139bcf661ce from 1.1.4-9d192b343647623dd34826e26c46a914 #1433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "9d192b343647623dd34826e26c46a914",
"specHash": "df8d2275089e5998c1eae139bcf661ce",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -26260,7 +26260,7 @@
},
{
"name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Repos\/ReplaceAllTopics\/Request\/ApplicationJson.php",
"hash": "7276ad55b5ae4ec63ec759a592ca22d3"
"hash": "0914827ba3f009dce24181a275a287cc"
},
{
"name": ".\/clients\/GitHubEnterprise-3.13\/etc\/..\/\/src\/\/Schema\/Repos\/Transfer\/Request\/ApplicationJson.php",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"items": {
"type": "string"
},
"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."
"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."
}
}
}';
Expand All @@ -31,7 +31,7 @@
}';

/**
* 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.
* 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.
*/
public function __construct(public array $names)
{
Expand Down
2 changes: 1 addition & 1 deletion etc/specs/GitHubEnterprise-3.13/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39283,7 +39283,7 @@ paths:
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.
Topic `names` will be saved as lowercase.
items:
type: string
required:
Expand Down
Loading