From 0ef1b2e6e1488d7532c3fba99267c83965248f4d Mon Sep 17 00:00:00 2001
From: Kendall Shearman <42879032+krshearman@users.noreply.github.com>
Date: Wed, 15 Apr 2026 13:22:21 -0700
Subject: [PATCH 1/2] Remove Reference to Copilot Pro Trial (#60780)
---
content/copilot/get-started/what-is-github-copilot.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/content/copilot/get-started/what-is-github-copilot.md b/content/copilot/get-started/what-is-github-copilot.md
index e828ffa2613b..163b13395a66 100644
--- a/content/copilot/get-started/what-is-github-copilot.md
+++ b/content/copilot/get-started/what-is-github-copilot.md
@@ -66,7 +66,6 @@ You can start using {% data variables.product.prodname_copilot_short %} in sever
* **Try {% data variables.product.prodname_copilot_short %} for free.** Use {% data variables.copilot.copilot_free_short %} to explore core features with no paid plan required.
* **Subscribe to a paid plan.** Upgrade to {% data variables.copilot.copilot_pro_short %} or {% data variables.copilot.copilot_pro_plus_short %} for full access to premium features and more generous usage limits.
- * Try {% data variables.copilot.copilot_pro_short %} for free with a one-time 30-day trial.
* **Get free access if you're eligible.** Students, teachers, and open source maintainers may qualify for access to premium features at no cost. See [AUTOTITLE](/copilot/how-tos/copilot-on-github/set-up-copilot/enable-copilot/set-up-for-students) and [AUTOTITLE](/copilot/how-tos/copilot-on-github/set-up-copilot/enable-copilot/set-up-for-teachers-and-os-maintainers).
* **Request access from your organization.** If your organization or enterprise has a {% data variables.product.prodname_copilot %} plan, you can request access by going to [https://github.com/settings/copilot](https://github.com/settings/copilot) and request access under "Get {% data variables.product.prodname_copilot_short %} from an organization."
From 9ead0304e6c66033953cee4e71bea7ef227e018c Mon Sep 17 00:00:00 2001
From: copilot-sre
Date: Wed, 15 Apr 2026 18:39:40 -0400
Subject: [PATCH 2/2] Remove "preview" from Copilot code review tools setting
(#60803)
---
.../request-a-code-review/use-code-review.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review.md b/content/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review.md
index 467fa8a47db1..9281ebe9f293 100644
--- a/content/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review.md
+++ b/content/copilot/how-tos/use-copilot-agents/request-a-code-review/use-code-review.md
@@ -57,7 +57,7 @@ If you're happy with the changes, you can accept a single suggestion from {% dat
You can also invoke {% data variables.copilot.copilot_cloud_agent %} to implement suggested changes. To do this, you must:
-* Opt into the {% data variables.release-phases.public_preview %} for {% data variables.copilot.copilot_code-review-tools_short %} and enable {% data variables.copilot.copilot_cloud_agent %}.
+* Enable {% data variables.copilot.copilot_code-review-tools_short %} and {% data variables.copilot.copilot_cloud_agent %}.
* On review comments from {% data variables.copilot.copilot_code-review %}, click **Implement suggestion**. This creates a draft comment on the pull request, where you can instruct {% data variables.product.prodname_copilot_short %} to address specific feedback. {% data variables.product.prodname_copilot_short %} will create a new pull request against your branch with the suggestions applied.
## Providing feedback on {% data variables.product.prodname_copilot_short %}'s reviews
@@ -149,7 +149,7 @@ These instructions explain how to use {% data variables.copilot.copilot_code-rev
1. In the Git Changes window, click **Review changes with {% data variables.product.prodname_copilot_short %}**.
This button appears as a comment icon with a sparkle.
1. {% data variables.product.prodname_copilot_short %} will begin reviewing your changes. After a few moments, a link showing the number of code review comments appears in the Git Changes window.
-1. Click the link to view and navigate the comments. If no issues are found, you’ll see the message:
+1. Click the link to view and navigate the comments. If no issues are found, you'll see the message:
{% data variables.product.prodname_copilot_short %} did not comment on any files.
1. {% data variables.product.prodname_copilot_short %} displays comments in your code with a summary of each potential issue. You can: