Skip to content

Commit

Permalink
fix(TypeScript): description updates (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Octokit Bot <33075676+octokitbot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and octokitbot authored Apr 12, 2020
1 parent 917032d commit 64b64d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6359,7 +6359,7 @@
"alias": null,
"allowNull": false,
"deprecated": null,
"description": "Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account.",
"description": "Either `true` to create a private repository or `false` to create a public one.",
"enum": null,
"name": "private",
"type": "boolean",
Expand Down Expand Up @@ -9849,7 +9849,7 @@
"alias": null,
"allowNull": false,
"deprecated": null,
"description": "Either `true` to make the repository private or `false` to make it public. Creating private repositories requires a paid GitHub account. Default: `false`. \n**Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private.",
"description": "Either `true` to make the repository private or `false` to make it public. Default: `false`. \n**Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private.",
"enum": null,
"name": "private",
"type": "boolean",
Expand Down Expand Up @@ -36521,7 +36521,7 @@
"alias": null,
"allowNull": false,
"deprecated": null,
"description": "Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account.",
"description": "Either `true` to create a private repository or `false` to create a public one.",
"enum": null,
"name": "private",
"type": "boolean",
Expand Down
6 changes: 3 additions & 3 deletions src/generated/Endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9455,7 +9455,7 @@ type ReposCreateInOrgEndpoint = {
*/
homepage?: string;
/**
* Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account.
* Either `true` to create a private repository or `false` to create a public one.
*/
private?: boolean;
/**
Expand Down Expand Up @@ -13028,7 +13028,7 @@ type ReposUpdateEndpoint = {
*/
homepage?: string;
/**
* Either `true` to make the repository private or `false` to make it public. Creating private repositories requires a paid GitHub account. Default: `false`.
* Either `true` to make the repository private or `false` to make it public. Default: `false`.
* **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private.
*/
private?: boolean;
Expand Down Expand Up @@ -38033,7 +38033,7 @@ type ReposCreateForAuthenticatedUserEndpoint = {
*/
homepage?: string;
/**
* Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account.
* Either `true` to create a private repository or `false` to create a public one.
*/
private?: boolean;
/**
Expand Down

0 comments on commit 64b64d5

Please # to comment.