Skip to content

Commit 1262d32

Browse files
authored
Merge pull request github#42754 from github/repo-sync
Repo sync
2 parents de960a2 + 4fd1aa8 commit 1262d32

File tree

7 files changed

+75
-106
lines changed

7 files changed

+75
-106
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Preparing to use custom agents in your organization
3-
intro: 'Configure the repository that will contain {% data variables.copilot.custom_agents_short %} for your organization.'
3+
intro: 'Configure the repository that stores {% data variables.copilot.custom_agents_short %} for your organization.'
44
permissions: Organization owners
55
versions:
66
feature: copilot
@@ -17,22 +17,22 @@ category:
1717

1818
## Prerequisites
1919

20-
Before following this article, you should understand what {% data variables.copilot.copilot_custom_agents %} are and how they work. See [AUTOTITLE](/copilot/concepts/agents/coding-agent/about-custom-agents).
20+
You should understand what {% data variables.copilot.copilot_custom_agents %} are and how they work. See [AUTOTITLE](/copilot/concepts/agents/coding-agent/about-custom-agents).
21+
22+
> [!NOTE]
23+
> If your organization is part of an enterprise, enterprise owners can configure a ruleset that restricts {% data variables.copilot.custom_agents_short %}. Contact your enterprise owners to check whether you can create and manage organization-level {% data variables.copilot.custom_agents_short %}.
2124
2225
## Preparing your organization for {% data variables.copilot.custom_agents_short %}
2326

24-
> [!NOTE]
25-
> If your organization is part of an enterprise, your enterprise owners can configure a ruleset that restricts the creation and management of organization-level {% data variables.copilot.custom_agents_short %}. To understand the availability of {% data variables.copilot.custom_agents_short %} in your organization, contact your enterprise owners.
26-
27-
1. Start creating your {% data variables.copilot.copilot_custom_agent_short %} repository using [{% data variables.product.github %}'s template repository](https://github.com/docs/custom-agents-template?ref_product=copilot&ref_type=engagement&ref_style=text). The template repository contains a starter README and the necessary file structure to speed up your configuration.
28-
1. Select the **Choose an owner** {% octicon "triangle-down" aria-hidden="true" aria-label="triangle-down" %} dropdown menu, then click your organization.
29-
1. Name the repository `.github-private`, then write a brief description.
30-
1. Select the visibility dropdown menu, then choose one of the following options:
31-
* To grant **read access to all members** of your organization or enterprise, click {% octicon "organization" aria-hidden="true" aria-label="organization" %} **Internal**.
32-
* To **manually grant access after creation**, or if internal visibility is not an option, click {% octicon "lock" aria-hidden="true" aria-label="lock" %} **Private**.
27+
1. Create your {% data variables.copilot.copilot_custom_agent_short %} repository using [{% data variables.product.github %}'s template repository](https://github.com/docs/custom-agents-template?ref_product=copilot&ref_type=engagement&ref_style=text). The template includes a README and the file structure you need.
28+
1. In the **Choose an owner** {% octicon "triangle-down" aria-hidden="true" aria-label="triangle-down" %} dropdown menu, choose your organization.
29+
1. Name the repository `.github-private` and write a brief description.
30+
1. In the visibility dropdown menu, choose one of the following options:
31+
* Click {% octicon "organization" aria-hidden="true" aria-label="organization" %} **Internal** to grant read access to all members of your organization or enterprise.
32+
* Click {% octicon "lock" aria-hidden="true" aria-label="lock" %} **Private** to manually grant access after creation or if internal visibility is not an option.
3333
{% data reusables.repositories.create-repo %}
34-
1. Update the template README as needed. Consider including creation guidelines for {% data variables.copilot.custom_agents_short %} or compliance considerations specific to your organization.
34+
1. Update the template README. Include any creation guidelines for {% data variables.copilot.custom_agents_short %} or compliance considerations specific to your organization.
3535

3636
## Next steps
3737

38-
To implement {% data variables.copilot.custom_agents_short %} in your organization, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/test-custom-agents).
38+
To trial {% data variables.copilot.custom_agents_short %}, see [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/test-custom-agents).

0 commit comments

Comments
 (0)