Skip to content

Commit 138075e

Browse files
authored
Re-order "Asking GitHub Copilot to create a pull request" article to move "New repository" entrypoint down (#58190)
1 parent 02951af commit 138075e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -246,19 +246,6 @@ You can ask {% data variables.product.prodname_copilot_short %} to open a pull r
246246

247247
{% data reusables.copilot.coding-agent.new-agent-task-form-instructions %}
248248

249-
## Asking {% data variables.product.prodname_copilot_short %} to create a pull request from the "New repository" page
250-
251-
When creating a new repository, you can ask {% data variables.product.prodname_copilot_short %} to seed the new repository by entering a prompt.
252-
253-
{% data reusables.repositories.create_new %}
254-
{% data reusables.repositories.owner-drop-down %}
255-
1. In the **Prompt** field, enter a prompt describing what you want {% data variables.product.prodname_copilot_short %} to build.
256-
257-
For example, `Create a Rust CLI for converting CSV spreadsheets to Markdown`
258-
{% data reusables.repositories.create-repo %}
259-
260-
{% data variables.product.prodname_copilot_short %} will immediately open a draft pull request. {% data variables.product.prodname_copilot_short %} will work on the task and push changes to its pull request, then add you as a reviewer when it has finished, triggering a notification.
261-
262249
## Asking {% data variables.product.prodname_copilot_short %} to create a pull request from {% data variables.copilot.copilot_chat_short %} in {% data variables.product.prodname_vscode %}
263250

264251
1. Install the [{% data variables.product.github %} Pull Requests extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) for {% data variables.product.prodname_vscode %}.
@@ -389,6 +376,19 @@ To see all of the available options, run `gh agent-task create --help`.
389376
>
390377
> If you are unable to select a specific repository when starting a task, the organization that owns the repository may have enabled {% data variables.product.prodname_oauth_app %} access restrictions. To learn how to request approval for the "{% data variables.product.prodname_copilot %} for Raycast" {% data variables.product.prodname_oauth_app %}, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps).
391378

379+
## Asking {% data variables.product.prodname_copilot_short %} to create a pull request from the "New repository" page
380+
381+
When creating a new repository, you can ask {% data variables.product.prodname_copilot_short %} to seed the new repository by entering a prompt.
382+
383+
{% data reusables.repositories.create_new %}
384+
{% data reusables.repositories.owner-drop-down %}
385+
1. In the **Prompt** field, enter a prompt describing what you want {% data variables.product.prodname_copilot_short %} to build.
386+
387+
For example, `Create a Rust CLI for converting CSV spreadsheets to Markdown`
388+
{% data reusables.repositories.create-repo %}
389+
390+
{% data variables.product.prodname_copilot_short %} will immediately open a draft pull request. {% data variables.product.prodname_copilot_short %} will work on the task and push changes to its pull request, then add you as a reviewer when it has finished, triggering a notification.
391+
392392
## Monitoring progress
393393

394394
You can view your current and past {% data variables.product.prodname_copilot_short %} sessions from the agents panel, [agents page](https://github.com/copilot/agents?ref_product=copilot&ref_type=engagement&ref_style=text) and {% data variables.product.prodname_vscode %}. See [AUTOTITLE](/copilot/how-tos/agents/copilot-coding-agent/tracking-copilots-sessions).

0 commit comments

Comments
 (0)