Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.57 KB

File metadata and controls

51 lines (38 loc) · 2.57 KB
title intro permissions redirect_from versions topics shortTitle
Setting base permissions for an organization
You can set base permissions for the repositories that an organization owns.
Organization owners can set base permissions for an organization.
/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization
/organizations/managing-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization
/organizations/managing-user-access-to-your-organizations-repositories/setting-base-permissions-for-an-organization
fpt ghes ghec
*
*
*
Organizations
Teams
Set base permissions

About base permissions for an organization

You can set base permissions that apply to all members of an organization when accessing any of the organization's repositories. Base permissions do not apply to outside collaborators.

{% ifversion fpt or ghec %}By default, members of an organization will have Read permissions to the organization's public repositories.{% endif %}

If someone with admin access to an organization's repository grants a member a higher level of access for the repository, the higher level of access overrides the base permission.

{% ifversion custom-repository-roles %} If you've created a custom repository role with an inherited role that is lower access than your organization's base permissions, any members assigned to that role will default to the organization's base permissions rather than the inherited role. For more information, see "AUTOTITLE." {% endif %}

{% note %}

Notes:

  • All changes to base permissions will affect both new and existing members.
  • {% data reusables.repositories.org-base-permissions-private-forks %}

{% endnote %}

Setting base permissions

{% data reusables.profile.access_org %} {% data reusables.profile.org_settings %} {% data reusables.organizations.member-privileges %}

  1. Under "Base permissions", select the dropdown menu and click a permissions level.
  2. Review the changes. To confirm, click Change default permission to PERMISSION.

Further reading