Skip to main content
我们经常发布文档更新,此页面的翻译可能仍在进行中。 有关最新信息,请访问英语文档

Adding and removing GitHub App managers in your organization

Organization owners can grant or revoke access for a user to manage some or all of the GitHub Apps owned by the organization.

About GitHub App managers

Organization owners can designate other users in their organization as GitHub App managers. GitHub App managers can manage the settings of some or all of the GitHub App registrations that are owned by the organization. The GitHub App manager role does not grant users access to install and uninstall GitHub Apps on an organization. For more information about the specific app settings that a GitHub App manager can control, see "Modifying a GitHub App registration."

For more information about GitHub App manager permissions, see "组织中的角色."

Giving someone the ability to manage all GitHub Apps owned by the organization

  1. 在 GitHub.com 的右上角,单击你的个人资料照片,然后单击“你的组织”。

    @octocat 的个人资料图片下的下拉菜单的屏幕截图。 “你的组织”以深橙色标出。

  2. 在组织旁边,单击“设置”。

    “octo-org”组织的屏幕截图,其中用深橙色边框突出显示了“设置”按钮。

  3. 在左侧边栏中,选择“ 开发人员设置”,然后单击“GitHub Apps” 。

  4. At the bottom of the "Management" section, in the search field, type the username of the person you want to designate as a GitHub App manager in the organization, then click Grant.

Giving someone the ability to manage an individual GitHub App

  1. 在 GitHub.com 的右上角,单击你的个人资料照片,然后单击“你的组织”。

    @octocat 的个人资料图片下的下拉菜单的屏幕截图。 “你的组织”以深橙色标出。

  2. 在组织旁边,单击“设置”。

    “octo-org”组织的屏幕截图,其中用深橙色边框突出显示了“设置”按钮。

  3. 在左侧边栏中,选择“ 开发人员设置”,然后单击“GitHub Apps” 。

  4. Under "GitHub Apps", click on the avatar of the app you'd like to add a GitHub App manager for.

  5. 在左侧边栏中,单击“应用管理者”。

  6. At the bottom of the "App managers" section, in the search field, type the username of the person you want to designate as a GitHub App manager for the app, then click Grant.

Removing a GitHub App manager's permissions for the entire organization

  1. 在 GitHub.com 的右上角,单击你的个人资料照片,然后单击“你的组织”。

    @octocat 的个人资料图片下的下拉菜单的屏幕截图。 “你的组织”以深橙色标出。

  2. 在组织旁边,单击“设置”。

    “octo-org”组织的屏幕截图,其中用深橙色边框突出显示了“设置”按钮。

  3. 在左侧边栏中,选择“ 开发人员设置”,然后单击“GitHub Apps” 。

  4. Under "Management", next to the person you want to remove GitHub App manager permissions from, click Revoke.

Removing a GitHub App manager's permissions for an individual GitHub App

  1. 在 GitHub.com 的右上角,单击你的个人资料照片,然后单击“你的组织”。

    @octocat 的个人资料图片下的下拉菜单的屏幕截图。 “你的组织”以深橙色标出。

  2. 在组织旁边,单击“设置”。

    “octo-org”组织的屏幕截图,其中用深橙色边框突出显示了“设置”按钮。

  3. 在左侧边栏中,选择“ 开发人员设置”,然后单击“GitHub Apps” 。

  4. Under "GitHub Apps", click on the avatar of the app you'd like to remove a GitHub App manager from.

  5. 在左侧边栏中,单击“应用管理者”。

  6. Under "App managers", next to the person you want to remove GitHub App manager permissions from, click Revoke.

Further reading