diff --git a/content/admin/managing-iam/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md b/content/admin/managing-iam/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md index e0f829726a19..36a57e6e62b8 100644 --- a/content/admin/managing-iam/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md +++ b/content/admin/managing-iam/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md @@ -56,7 +56,7 @@ You can also configure and manage team synchronization for an individual organiz {% data reusables.identity-and-permissions.team-sync-confirm-saml %} {% data reusables.identity-and-permissions.enable-team-sync-azure %} {% data reusables.identity-and-permissions.team-sync-confirm %} -1. Review the details for the IdP tenant you want to connect to your enterprise account, then click **Approve**. +1. Review the details for the IdP tenant you want to connect to your enterprise account, then click **Approve**. {% data reusables.identity-and-permissions.sync-app-registration %} 1. To disable team synchronization, under "Team synchronization", click **Disable team synchronization**. {% ifversion team-sync-manage-org-invites %} diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md index 14ba70b602bb..e35c5ed617be 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/create-a-pr.md @@ -39,6 +39,7 @@ You can ask {% data variables.product.prodname_copilot_short %} to work on a tas * The [{% data variables.product.prodname_cli %}](#asking-copilot-to-create-a-pull-request-from-the-github-cli) * Your preferred IDE or agentic coding tool with [Model Context Protocol (MCP)](#asking-copilot-to-create-a-pull-request-from-the-github-mcp-server) support * The [Raycast](#asking-copilot-to-create-a-pull-request-from-raycast) launcher on macOS +* The ["New repository" form](#asking-copilot-to-create-a-pull-request-from-the-new-repository-page) on {% data variables.product.github %} {% data variables.product.prodname_copilot_short %} will start working on the task, raise a pull request, then request a review from you when it's finished working. For more information, see [AUTOTITLE](/copilot/using-github-copilot/coding-agent/about-assigning-tasks-to-copilot). @@ -234,6 +235,19 @@ You can ask {% data variables.product.prodname_copilot_short %} to open a pull r {% data reusables.copilot.coding-agent.new-agent-task-form-instructions %} +## Asking {% data variables.product.prodname_copilot_short %} to create a pull request from the "New repository" page + +When creating a new repository, you can ask {% data variables.product.prodname_copilot_short %} to seed the new repository by entering a prompt. + +{% data reusables.repositories.create_new %} +{% data reusables.repositories.owner-drop-down %} +1. In the **Prompt** field, enter a prompt describing what you want {% data variables.product.prodname_copilot_short %} to build. + + For example, `Create a Rust CLI for converting CSV spreadsheets to Markdown` +{% data reusables.repositories.create-repo %} + + {% 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. + ## 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 %} 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 %}. diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md index 454a87343d86..5141a540dc7f 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment.md @@ -88,7 +88,6 @@ In your `copilot-setup-steps.yml` file, you can only customize the following set * `steps` (see above) * `permissions` (see above) * `runs-on` (see below) -* `container ` * `services` * `snapshot` * `timeout-minutes` (maximum value: `59`) diff --git a/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md b/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md index 66a09d6c8581..46eee711284d 100644 --- a/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md +++ b/content/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization.md @@ -66,7 +66,7 @@ You must have a linked SAML identity. To create a linked identity, you must auth {% data reusables.identity-and-permissions.team-sync-confirm-saml %} {% data reusables.identity-and-permissions.enable-team-sync-azure %} {% data reusables.identity-and-permissions.team-sync-confirm %} -1. Review the identity provider tenant information you want to connect to your organization, then click **Approve**. +1. Review the identity provider tenant information you want to connect to your organization, then click **Approve**. {% data reusables.identity-and-permissions.sync-app-registration %} ### Enabling team synchronization for Okta diff --git a/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md b/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md index cdd46e561f36..b919a65a7f9b 100644 --- a/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md +++ b/content/repositories/creating-and-managing-repositories/creating-a-new-repository.md @@ -43,8 +43,9 @@ topics: * You can create a _.gitignore_ file, which is a set of ignore rules. For more information, see [AUTOTITLE](/get-started/git-basics/ignoring-files).{% ifversion fpt or ghec %} * You can choose to add a software license for your project. For more information, see [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository).{% endif %} {% data reusables.repositories.select-marketplace-apps %} -{% data reusables.repositories.create-repo %} {% ifversion fpt or ghec %} +1. Optionally, if you have access to {% data variables.copilot.copilot_coding_agent %}, enter a prompt for {% data variables.product.prodname_copilot_short %} to use to populate your repository. After the repository is created, {% data variables.product.prodname_copilot_short %} will open a draft pull request, write the code requested, then request review from you. For more information, see [AUTOTITLE](/copilot/concepts/agents/coding-agent/about-coding-agent). +{% data reusables.repositories.create-repo %} 1. At the bottom of the resulting Quick Setup page, under "Import code from an old repository", you can choose to import a project to your new repository. To do so, click **Import code**. {% endif %} diff --git a/data/reusables/identity-and-permissions/sync-app-registration.md b/data/reusables/identity-and-permissions/sync-app-registration.md new file mode 100644 index 000000000000..00f2942b4717 --- /dev/null +++ b/data/reusables/identity-and-permissions/sync-app-registration.md @@ -0,0 +1 @@ +This will register the **{% data variables.product.github %} team synchronization** app as an active enterprise application within your Entra ID tenant.