Skip to main content

Organization への GitHub Copilot コーディング エージェントの追加

メンバーに対して Copilot コーディング エージェント を有効にし、使用できるリポジトリを制御します。

この機能を使用できるユーザーについて

Organization owners

Copilot コーディング エージェント は、GitHub Copilot Pro、GitHub Copilot Pro+、GitHub Copilot Business、GitHub Copilot Enterprise プランで使用できます。 エージェントは、マネージド ユーザー アカウント によって所有されて明示的に無効になっているリポジトリを除き、GitHub に格納されているすべてのリポジトリで使用できます。
Sign up for Copilot

メモ

For an introduction to Copilot coding agent, see About GitHub Copilot coding agent.

Prerequisites

Enabling Copilot coding agent for your members

メモ

Copilot policies are also managed at the enterprise level. If your organization is part of an enterprise, and explicit settings have been selected at the enterprise level, you cannot override those settings at the organization level. For information on how policies combine, see GitHub Copilot policies to control availability of features and models.

Copilot coding agent and use of third-party MCP servers are disabled by default for organization members assigned a GitHub Copilot Enterprise or Copilot Business license by your organization.

Organizations with Copilot Enterprise or Copilot Business can enable these features for members on the Copilot policies page for their organization. See Enabling Copilot features in your organization.

  • For the "Copilot coding agent" policy, select "Enabled".
  • For the "MCP servers on GitHub.com" policy, select "Enabled".

Disabling or enabling Copilot coding agent in your repositories

By default, Copilot coding agent is available in all repositories for users who have access to the agent, but you can block it from being used in some or all repositories owned by your organization.

  1. In the upper-right corner of GitHub, click your profile picture, then click Organizations.
  2. Next to the organization, click Settings.
  3. In the sidebar, under "Code, planning, and automation", click Copilot, and then click coding agent.
  4. Use the "Repository access" control to define which repositories allow Copilot coding agent.
  5. If you choose "Selected repositories", in the "Select repositories" dialog, select the repositories that allow Copilot coding agent, then click Select.

Once Copilot coding agent is enabled for a repository, any user with access to Copilot coding agent and write permission for the repository can delegate work to Copilot.

Next steps