Skip to content

Commit

Permalink
Merge pull request github#28579 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 28, 2023
2 parents eb9bfc9 + cc76b69 commit f13c9db
Show file tree
Hide file tree
Showing 8 changed files with 381 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "61444d47d4a539686946556ec28a14e1ed7c1fba"
"sha": "588349f3b71883016d36d3185aee4697ef812f41"
}
11 changes: 10 additions & 1 deletion src/rest/data/fpt-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -154355,7 +154355,7 @@
},
{
"httpStatusCode": "403",
"description": "<p>Response if GitHub Advanced Security is not enabled for this repository</p>"
"description": "<p>Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository</p>"
},
{
"httpStatusCode": "404",
Expand Down Expand Up @@ -215537,6 +215537,15 @@
"unknown"
]
},
"copilot_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"enum": [
"enabled",
"disabled",
"unconfigured"
]
},
"seat_management_setting": {
"type": "string",
"description": "The mode of assigning new seats.",
Expand Down
11 changes: 10 additions & 1 deletion src/rest/data/ghec-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -166064,7 +166064,7 @@
},
{
"httpStatusCode": "403",
"description": "<p>Response if GitHub Advanced Security is not enabled for this repository</p>"
"description": "<p>Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository</p>"
},
{
"httpStatusCode": "404",
Expand Down Expand Up @@ -227246,6 +227246,15 @@
"unknown"
]
},
"copilot_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"enum": [
"enabled",
"disabled",
"unconfigured"
]
},
"seat_management_setting": {
"type": "string",
"description": "The mode of assigning new seats.",
Expand Down
2 changes: 1 addition & 1 deletion src/rest/data/ghes-3.10-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -159846,7 +159846,7 @@
},
{
"httpStatusCode": "403",
"description": "<p>Response if GitHub Advanced Security is not enabled for this repository</p>"
"description": "<p>Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository</p>"
},
{
"httpStatusCode": "404",
Expand Down
2 changes: 1 addition & 1 deletion src/rest/data/ghes-3.9-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -158577,7 +158577,7 @@
},
{
"httpStatusCode": "403",
"description": "<p>Response if GitHub Advanced Security is not enabled for this repository</p>"
"description": "<p>Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository</p>"
},
{
"httpStatusCode": "404",
Expand Down
2 changes: 1 addition & 1 deletion src/rest/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
]
}
},
"sha": "61444d47d4a539686946556ec28a14e1ed7c1fba"
"sha": "588349f3b71883016d36d3185aee4697ef812f41"
}
Loading

0 comments on commit f13c9db

Please sign in to comment.