Skip to content

Commit b558f9d

Browse files
authored
Merge pull request #10 from arilivigni/fix-test-run-issues
Fix test run issues
2 parents 87bfae7 + eec6d50 commit b558f9d

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

.github/steps/1-preparing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ Monitors the correctness of code edits and terminal command output and iterates
5454

5555
Great work! Let's ask copilot for help starting a branch so we can do some customizing.
5656

57+
> [!NOTE]
58+
> - Keep in mind that the Copilot agent mode is conversational so it may ask you questions and you can ask it questions too.
59+
> - Wait a moment for the Copilot to respond and press the **Continue** button to execute commands presented by Copilot agent mode.
60+
5761
1. If not already there, return to VS Code.
5862
1. Open the GitHub Copilot Chat window if not already open.
5963
1. Copy and paste the following prompt in the GitHub Copilot Chat and select the **Agent** instead of **Ask** or **Edit** from the drop down where you are inserting the prompt.
6064

6165
<img src="https://github.com/user-attachments/assets/e172f5c0-bc2a-45a9-a301-9af8bfbd6a2e" width=30% height=30%>
6266

63-
> [!NOTE]
64-
> - Keep in mind that the Copilot agent mode is conversational so it may ask you questions and you can ask it questions too.
65-
> - Wait a moment for the Copilot to respond and press the **Continue** button to execute commands presented by Copilot agent mode.
66-
6767
1. Let's ask Copilot agent mode to help us remember the command and create the branch `build-octofit-app` and publishing it
6868

6969
> ![Static Badge](https://img.shields.io/badge/-Prompt-text?style=flat-square&logo=github%20copilot&labelColor=512a97&color=ecd8ff)
@@ -72,7 +72,7 @@ Great work! Let's ask copilot for help starting a branch so we can do some custo
7272
> Create and publish a new Git branch called build-octofit-app?
7373
> ```
7474
75-
Copilot agent mode will respond and ask if you want agent mode to run the command. Respond with **Yes**.</br>
75+
Copilot agent mode will respond and prompt you to **continue** to execute the command.<br/>
7676
7777
<img src=https://github.com/user-attachments/assets/d1652fc1-78e5-49c6-9303-b455815eea8f width=40% height=40%>
7878

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@ Typically, you would review your notes and commit messages then summarize them f
99
> [!NOTE]
1010
> This is 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)
1111
12-
#### Copilot Review
12+
#### Copilot code review
1313

1414
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 be fixed by simple adjustment, but please remember to use it responsibly.
1515

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)
18-
1916
### :keyboard: Activity: Summarize and review a PR with Copilot
2017

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.
22-
2318
1. In a web browser, open another tab and navigate to your exercise repository.
2419

2520
1. You might notice a **notification banner** suggesting to create a new pull request. Click that or use the **Pull Requests** tab at the top to create a new pull request. Please use the following details:

.github/steps/6b-copilot-on-github.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,17 @@ GitHub Copilot can also assist with pull request reviews by:
1616
1717
### ⌨️ Activity: Experience Copilot's PR Review Capabilities
1818

19-
If your organization has enabled Copilot review features, you can:
19+
If your organization has enabled Copilot code review features, you can:
2020

2121
1. Navigate to your pull request that was just created
22-
2. Look for Copilot review suggestions in the **Files changed** tab
22+
2. Look for Copilot code review suggestions in the **Files changed** tab
2323
3. Review any automated feedback provided by Copilot
2424
4. Consider implementing suggested improvements
2525

2626
<details>
2727
<summary>Having trouble? 🤷</summary><br/>
2828

29-
- Copilot review features may not be available in all organizations
30-
- If you don't see Copilot review options, that's expected - this is a preview feature
29+
- Copilot code review features may not be available in all organizations
3130
- Focus on the learning experience of understanding how AI can assist with code reviews
3231

3332
</details>

0 commit comments

Comments
 (0)