From 13b90de3cc39e07768cd4897c3686173c168f3e4 Mon Sep 17 00:00:00 2001 From: Hirsch Singhal <1666363+hpsin@users.noreply.github.com> Date: Wed, 5 Feb 2025 02:38:43 -0800 Subject: [PATCH 1/2] Add enterprise to max apps allowance (#54251) --- data/reusables/apps/maximum-github-apps-allowed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/apps/maximum-github-apps-allowed.md b/data/reusables/apps/maximum-github-apps-allowed.md index f7e30b89a90d..43ce3fd5e212 100644 --- a/data/reusables/apps/maximum-github-apps-allowed.md +++ b/data/reusables/apps/maximum-github-apps-allowed.md @@ -1 +1 @@ -{% ifversion fpt or ghec %}A user or organization can register up to 100 {% data variables.product.prodname_github_apps %}, but there is no limit to how many {% data variables.product.prodname_github_apps %} can be installed on an account.{% endif %} +{% ifversion fpt or ghec %}A user{% ifversion enterprise-apps-public-beta %}, organization, or enterprise{% else %} or organization{% endif %} can register up to 100 {% data variables.product.prodname_github_apps %}, but there is no limit to how many {% data variables.product.prodname_github_apps %} can be installed on an account.{% endif %} From cc95b5cdbe7e733ddd6ce50f7036bb07c85163fb Mon Sep 17 00:00:00 2001 From: Janice Date: Wed, 5 Feb 2025 13:01:06 +0100 Subject: [PATCH 2/2] Remove leftover quotation (#54244) Co-authored-by: Kevin Heis --- .../best-practices-for-using-github-copilot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/using-github-copilot/best-practices-for-using-github-copilot.md b/content/copilot/using-github-copilot/best-practices-for-using-github-copilot.md index 469044c3a296..65a170948e7e 100644 --- a/content/copilot/using-github-copilot/best-practices-for-using-github-copilot.md +++ b/content/copilot/using-github-copilot/best-practices-for-using-github-copilot.md @@ -39,7 +39,7 @@ While {% data variables.product.prodname_copilot_short %} code completions and { * Answering questions about code in natural language * Generating large sections of code, then iterating on that code to meet your needs -* Accomplishing specific tasks with keywords and skills. {% data variables.product.prodname_copilot_chat_short %} has built-in keywords and skills designed to provide important context for prompts and accomplish common tasks quickly. Different types of keywords and skills are available in different {% data variables.product.prodname_copilot_chat_short %} platforms. See [AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide#using-keywords-in-your-prompt){% ifversion fpt %}."{% else %} and [AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#powered-by-skills).{% endif %} +* Accomplishing specific tasks with keywords and skills. {% data variables.product.prodname_copilot_chat_short %} has built-in keywords and skills designed to provide important context for prompts and accomplish common tasks quickly. Different types of keywords and skills are available in different {% data variables.product.prodname_copilot_chat_short %} platforms. See [AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide#using-keywords-in-your-prompt){% ifversion fpt %}.{% else %} and [AUTOTITLE](/copilot/using-github-copilot/asking-github-copilot-questions-in-githubcom#powered-by-skills).{% endif %} * Completing a task as a specific persona. For example, you can tell {% data variables.product.prodname_copilot_chat_short %} that it is a Senior C++ Developer who cares greatly about code quality, readability, and efficiency, then ask it to review your code. ## Create thoughtful prompts