Skip to content
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

feat: adds platform_chat, cli, renames copilot_chat > ide_chat in copilot-organization-details, updates docs #86

Merged
merged 3 commits into from
Feb 29, 2024
Merged
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
14 changes: 12 additions & 2 deletions cache/api.github.com.json
Original file line number Diff line number Diff line change
@@ -24895,11 +24895,21 @@
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
"enum": ["allow", "block", "unconfigured", "unknown"]
},
"copilot_chat": {
"ide_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"platform_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"cli": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"seat_management_setting": {
"type": "string",
"description": "The mode of assigning new seats.",
@@ -123199,7 +123209,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
30 changes: 20 additions & 10 deletions cache/ghec.json
Original file line number Diff line number Diff line change
@@ -25744,11 +25744,21 @@
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
"enum": ["allow", "block", "unconfigured", "unknown"]
},
"copilot_chat": {
"ide_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"platform_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"cli": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"seat_management_setting": {
"type": "string",
"description": "The mode of assigning new seats.",
@@ -124944,7 +124954,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/enterprise-cloud@latest//rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/enterprise-cloud@latest//rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
@@ -167062,14 +167072,6 @@
}
}
},
"code_scanning_forbidden_read": {
"description": "Response if GitHub Advanced Security is not enabled for this repository",
"content": {
"application/json": {
"schema": { "$ref": "#/components/schemas/basic-error" }
}
}
},
"forbidden_gist": {
"description": "Forbidden Gist",
"content": {
@@ -167136,6 +167138,14 @@
}
}
},
"code_scanning_forbidden_read": {
"description": "Response if GitHub Advanced Security is not enabled for this repository",
"content": {
"application/json": {
"schema": { "$ref": "#/components/schemas/basic-error" }
}
}
},
"code_scanning_forbidden_write": {
"description": "Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository",
"content": {
2 changes: 1 addition & 1 deletion cache/ghes-3.10.json
Original file line number Diff line number Diff line change
@@ -117175,7 +117175,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
2 changes: 1 addition & 1 deletion cache/ghes-3.11.json
Original file line number Diff line number Diff line change
@@ -118701,7 +118701,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
2 changes: 1 addition & 1 deletion cache/ghes-3.12.json
Original file line number Diff line number Diff line change
@@ -119558,7 +119558,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
2 changes: 1 addition & 1 deletion cache/ghes-3.8.json
Original file line number Diff line number Diff line change
@@ -114663,7 +114663,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
2 changes: 1 addition & 1 deletion cache/ghes-3.9.json
Original file line number Diff line number Diff line change
@@ -116134,7 +116134,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
2 changes: 1 addition & 1 deletion packages/openapi-webhooks-types-ghec/types.d.ts
Original file line number Diff line number Diff line change
@@ -58251,7 +58251,7 @@ export interface components {
base_ref: string | null;
/** @description The SHA of the most recent commit on `ref` before the push. */
before: string;
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/enterprise-cloud@latest//rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries. */
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/enterprise-cloud@latest//rest/commits) to fetch additional commits. */
commits: {
/** @description An array of files added in the commit. A maximum of 3000 changed files will be reported per commit. */
added?: string[];
2 changes: 1 addition & 1 deletion packages/openapi-webhooks-types-ghes-3.10/types.d.ts
Original file line number Diff line number Diff line change
@@ -54887,7 +54887,7 @@ export interface components {
base_ref: string | null;
/** @description The SHA of the most recent commit on `ref` before the push. */
before: string;
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries. */
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. */
commits: {
/** @description An array of files added in the commit. A maximum of 3000 changed files will be reported per commit. */
added?: string[];
2 changes: 1 addition & 1 deletion packages/openapi-webhooks-types-ghes-3.11/types.d.ts
Original file line number Diff line number Diff line change
@@ -54963,7 +54963,7 @@ export interface components {
base_ref: string | null;
/** @description The SHA of the most recent commit on `ref` before the push. */
before: string;
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries. */
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. */
commits: {
/** @description An array of files added in the commit. A maximum of 3000 changed files will be reported per commit. */
added?: string[];
2 changes: 1 addition & 1 deletion packages/openapi-webhooks-types-ghes-3.12/types.d.ts
Original file line number Diff line number Diff line change
@@ -55021,7 +55021,7 @@ export interface components {
base_ref: string | null;
/** @description The SHA of the most recent commit on `ref` before the push. */
before: string;
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries. */
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. */
commits: {
/** @description An array of files added in the commit. A maximum of 3000 changed files will be reported per commit. */
added?: string[];
2 changes: 1 addition & 1 deletion packages/openapi-webhooks-types-ghes-3.8/types.d.ts
Original file line number Diff line number Diff line change
@@ -54405,7 +54405,7 @@ export interface components {
base_ref: string | null;
/** @description The SHA of the most recent commit on `ref` before the push. */
before: string;
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries. */
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. */
commits: {
/** @description An array of files added in the commit. A maximum of 3000 changed files will be reported per commit. */
added?: string[];
2 changes: 1 addition & 1 deletion packages/openapi-webhooks-types-ghes-3.9/types.d.ts
Original file line number Diff line number Diff line change
@@ -54625,7 +54625,7 @@ export interface components {
base_ref: string | null;
/** @description The SHA of the most recent commit on `ref` before the push. */
before: string;
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries. */
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/[email protected]/rest/commits) to fetch additional commits. */
commits: {
/** @description An array of files added in the commit. A maximum of 3000 changed files will be reported per commit. */
added?: string[];
2 changes: 1 addition & 1 deletion packages/openapi-webhooks-types/types.d.ts
Original file line number Diff line number Diff line change
@@ -58061,7 +58061,7 @@ export interface components {
base_ref: string | null;
/** @description The SHA of the most recent commit on `ref` before the push. */
before: string;
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries. */
/** @description An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/rest/commits) to fetch additional commits. */
commits: {
/** @description An array of files added in the commit. A maximum of 3000 changed files will be reported per commit. */
added?: string[];
2 changes: 1 addition & 1 deletion packages/openapi-webhooks/generated/api.github.com.json
Original file line number Diff line number Diff line change
@@ -105778,7 +105778,7 @@
"type": "string"
},
"commits": {
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/rest/commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries.",
"description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 2048 commits. If necessary, you can use the [Commits API](https://docs.github.com/rest/commits) to fetch additional commits.",
"type": "array",
"items": {
"title": "Commit",
Loading