Skip to content

Commit a196656

Browse files
Revise Copilot features and access notes
Updated notes on Copilot features and access limitations.
1 parent 1fbf99a commit a196656

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/steps/5-copilot-on-github.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@ Congratulations! You are finished with coding for this exercise (and VS Code). N
88

99
Typically, you would review your notes and commit messages then summarize them for your pull request description. This may take some time, especially if commit messages are inconsistent or code is not documented well. Fortunately, Copilot can consider all changes in the pull request and provide the important highlights, and with references too!
1010

11-
> [!NOTE]
12-
> This feature is not available in **GitHub Copilot Free**. [[docs]](https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/using-github-copilot-for-pull-requests/creating-a-pull-request-summary-with-github-copilot)
13-
1411
#### Copilot code review
1512

1613
More eyes on our work is always useful so let's ask Copilot to do a first pass before we do a normal peer review process. Copilot is great at catching common mistakes that are fixed by simple adjustments, but please remember to use it responsibly.
1714

1815
> [!NOTE]
19-
> This feature is not available in **GitHub Copilot Free**. [[docs]](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review)
16+
> Unfortunately both features are not available in **GitHub Copilot Free**. [[docs]](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review)
2017
2118
### :keyboard: Activity: Summarize and review a PR with Copilot
2219

23-
Both **Copilot pull request summaries** and **Copilot code review** have limited access, so this activity is mostly optional. If you have access, go ahead and try them though! If not, you can skip the optional steps.
20+
Both **Copilot pull request summaries** and **Copilot code review** have limited access, so this activity is mostly optional. If you don't have access, skip the optional steps of this activity.
2421

2522
1. In a web browser, open another tab and navigate to your exercise repository.
2623

@@ -32,7 +29,7 @@ Both **Copilot pull request summaries** and **Copilot code review** have limited
3229

3330
1. (Optional) In the PR description toolbar click the **Copilot** icon and **Summary** action. After a moment, Copilot will add a description based on your changes. :memo:
3431

35-
<img alt="Copilot summarize button " width="300px" src="https://github.com/user-attachments/assets/3fc5fab4-db03-4ab8-8a16-cdd71ec2ded0">
32+
<img alt="Copilot summarize button " width="450px" src="https://github.com/user-attachments/assets/7a712d8b-484d-41df-9353-bc2b397fc1e0">
3633

3734
1. (Optional) In the right side information panel at the top, locate the **Reviewers** section and click the **Request** button next to a **Copilot icon**. Wait a moment for Copilot to add a review comment to your pull request!
3835

0 commit comments

Comments
 (0)