Skip to content

Commit 563830b

Browse files
saritaiSiaraMist
andauthored
Add deep links to the GitHub Copilot app docs (#61945)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
1 parent a538958 commit 563830b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/copilot/how-tos/github-copilot-app/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ To work on code, you need at least one repository connected to the app. If you s
5151

5252
The sidebar gives you access to the main areas of the app:
5353

54-
* **My work** — Browse and filter issues and pull requests from your repositories, check CI status, and leave reviews.
55-
* **Automations** — Saved agent tasks that run on a schedule or on demand.
54+
* **[My work](https://github.com/copilot/app/launch?open=ghapp%3A%2F%2Fmywork)** — Browse and filter issues and pull requests from your repositories, check CI status, and leave reviews.
55+
* **[Automations](https://github.com/copilot/app/launch?open=ghapp%3A%2F%2Fautomations)** — Saved agent tasks that run on a schedule or on demand.
5656
* **Search** — Search across your repositories directly from the app.
5757
* **Sessions** — Active agent sessions, grouped by repository. This also includes **Quick chats**, which are general chat conversations.
5858

@@ -70,7 +70,7 @@ When you are ready to make changes to code, create a session. You can start from
7070

7171
### Starting from an issue
7272

73-
1. Click **My work** in the sidebar.
73+
1. Click **[My work](https://github.com/copilot/app/launch?open=ghapp%3A%2F%2Fmywork)** in the sidebar.
7474
1. Browse or filter to find an issue, then click it to view its details.
7575
1. Click **New session**. The app creates a new session with the issue context already loaded.
7676
1. Select a session mode from the dropdown below the prompt field—for example, **Plan** to have the agent propose a plan first, or **Interactive** to work collaboratively with the agent.

content/copilot/how-tos/github-copilot-app/managing-issues-and-pull-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ category:
1515

1616
## Browsing your issues and pull requests
1717

18-
Click **My work** in the sidebar to see your issues and pull requests in one place. The view is organized into sections—by default, **All**, **Active**, **Review requests**, and **Done**. You can edit the default sections or add new ones with your own filters. Use the search bar within any section to find items by keyword or qualifiers like `label:bug`.
18+
Open **[My work](https://github.com/copilot/app/launch?open=ghapp%3A%2F%2Fmywork)** in the sidebar to see your issues and pull requests in one place. The view is organized into sections—by default, **All**, **Active**, **Review requests**, and **Done**. You can edit the default sections or add new ones with your own filters. Use the search bar within any section to find items by keyword or qualifiers like `label:bug`.
1919

2020
## Starting a session from an issue
2121

22-
1. Click **My work** in the sidebar.
22+
1. Open **[My work](https://github.com/copilot/app/launch?open=ghapp%3A%2F%2Fmywork)** in the sidebar.
2323
1. Browse or filter to find an issue, then click it to view its details.
2424
1. Click **New session**. The app creates a new session with the issue context already loaded.
2525
1. Select a session mode from the dropdown below the prompt field—for example, **Plan** to have the agent propose a plan first, or **Interactive** to work collaboratively with the agent.

content/copilot/how-tos/github-copilot-app/using-automations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ category:
2121
You can create and manage {% data variables.copilot.copilot_automations %} from:
2222

2323
* The **Agents** tab in a repository on {% data variables.product.github %}, in the **{% data variables.copilot.copilot_automations_cap %}** pane.
24-
* The **{% data variables.copilot.copilot_automations_cap %}** tab in the {% data variables.copilot.github_copilot_app %}.
24+
* The **[{% data variables.copilot.copilot_automations_cap %}](https://github.com/copilot/app/launch?open=ghapp%3A%2F%2Fautomations)** tab in the {% data variables.copilot.github_copilot_app %}.
2525

2626
For an overview of {% data variables.copilot.copilot_automations %}, including triggers, tools, visibility, and security, see [AUTOTITLE](/copilot/concepts/agents/cloud-agent/about-automations).
2727

@@ -30,7 +30,7 @@ The {% data variables.copilot.github_copilot_app %} supports two types of {% dat
3030
* **Local {% data variables.copilot.copilot_automations %}**, which run from your local environment.
3131
* **Cloud {% data variables.copilot.copilot_automations %}**, which run in a cloud environment.
3232

33-
Click **Automations** in the sidebar to see your saved {% data variables.copilot.copilot_automations %}. Each {% data variables.copilot.copilot_automation %} shows its name, schedule, associated repository, and last run status.
33+
Open **[Automations](https://github.com/copilot/app/launch?open=ghapp%3A%2F%2Fautomations)** in the sidebar to see your saved {% data variables.copilot.copilot_automations %}. Each {% data variables.copilot.copilot_automation %} shows its name, schedule, associated repository, and last run status.
3434

3535
## Prerequisites for using cloud {% data variables.copilot.copilot_automations %}
3636

0 commit comments

Comments
 (0)