|
2 | 2 |
|
3 | 3 | Congratulations! You are finished with coding for this exercise (and VS Code). Now it's time to merge our work. :tada: To wrap up, let's learn about two limited-access Copilot features that can speed up our pull requests! |
4 | 4 |
|
5 | | -#### Copilot Pull Request Summaries |
| 5 | +#### Copilot pull request summaries |
6 | 6 |
|
7 | 7 | 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! |
8 | 8 |
|
9 | 9 | > [!NOTE] |
10 | | -> This is a unavailable with the **Copilot Free** tier. [[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) |
| 10 | +> 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) |
11 | 11 |
|
12 | | -#### Copilot Review |
| 12 | +#### Copilot code review |
13 | 13 |
|
14 | | -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 can are fixed by simple adjustment, but please remember to use it responsibly. |
| 14 | +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. |
15 | 15 |
|
16 | 16 | > [!NOTE] |
17 | | -> This is in **Public Preview** for organizations. [[docs]](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review) |
| 17 | +> 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) |
18 | 18 |
|
19 | 19 | ### :keyboard: Activity: Summarize and review a PR with Copilot |
20 | 20 |
|
21 | | -Both **pull request summaries** and **copilot review** have limited access, so this activity is mostly optional. If you have access, Mona will gladly check your work though! If not, you can skip the optional steps. |
| 21 | +Both **Copilot pull request summaries** and **Copilot code review** have limited access, so this activity is mostly optional. If you have access, Mona will gladly check your work though! If not, you can skip the optional steps. |
22 | 22 |
|
23 | 23 | 1. In a web browser, open another tab and navigate to your exercise repository. |
24 | 24 |
|
|
0 commit comments