From a2a21c4a7edf0e9c76c9356bfafe9bb95898456a Mon Sep 17 00:00:00 2001 From: Paul Loeb <90000203+thispaul@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:56:56 -0700 Subject: [PATCH 1/2] update sku isolation docs to include dotcom chat (#52653) Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- data/reusables/copilot/sku-isolation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/reusables/copilot/sku-isolation.md b/data/reusables/copilot/sku-isolation.md index 7f7284558c9c..6de1597a815f 100644 --- a/data/reusables/copilot/sku-isolation.md +++ b/data/reusables/copilot/sku-isolation.md @@ -8,6 +8,7 @@ Configuring {% data variables.product.prodname_copilot_sku_isolation %} will aff * Code completions in {% data variables.product.prodname_vscode %}, {% data variables.product.prodname_vs %}, JetBrains IDEs, and Vim/NeoVim * {% data variables.product.prodname_copilot_chat_short %} in {% data variables.product.prodname_vscode %}, {% data variables.product.prodname_vs %}, and JetBrains IDEs +* {% data variables.product.prodname_copilot_chat_short %} on {% data variables.product.github %} * {% data variables.product.prodname_mobile %} Apps * {% data variables.product.prodname_copilot_cli_short %} From d744af8376e1d7a7ef84ac7a527dfdcd83bd2a4e Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:58:07 -0400 Subject: [PATCH 2/2] Update OpenAPI Description (#52658) Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> --- src/github-apps/lib/config.json | 2 +- src/rest/lib/config.json | 2 +- src/webhooks/lib/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 1d3d06bc7b3b..ef4afe29613d 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "b58921456b9d07db8596feacdff0eea8a6022817" + "sha": "5b32856c2a9e0b8bf9ec957b5a7d46afa6e6d8f4" } \ No newline at end of file diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index dec8bc21cab3..70a819b75227 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -47,5 +47,5 @@ ] } }, - "sha": "b58921456b9d07db8596feacdff0eea8a6022817" + "sha": "5b32856c2a9e0b8bf9ec957b5a7d46afa6e6d8f4" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 8773d9e37a25..3c19e95e5980 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "b58921456b9d07db8596feacdff0eea8a6022817" + "sha": "5b32856c2a9e0b8bf9ec957b5a7d46afa6e6d8f4" } \ No newline at end of file