Skip to main content

Allowing repository admins to rename branches with organization rulesets

Organization owners can allow people with repository admin permission to rename branches that are targeted by organization rulesets.

Quem pode usar esse recurso?

Organization owners can manage this setting.

Organization owners control whether repository administrators can rename branches that are targeted by one or more branch rulesets. For existing organizations, this setting is off by default. For newly created organizations, this setting is on by default.

When this setting is enabled, repository administrators can rename these branches, provided the new branch name is still targeted by all the same organization rulesets as the current branch name. This ensures that rulesets cannot be circumvented through branch renaming.

Organization administrators can rename branches targeted by organization rulesets without restriction.

Observação

Even with this setting enabled, changing the default branch of a repository still requires an organization administrator when organization rulesets are in play.

  1. No canto superior direito de GitHub, clique na foto de perfil e clique em Your organizations.

  2. Selecione uma organização clicando nela.

  3. No nome da organização, clique em Settings. Caso não consiga ver a guia "Configurações", selecione o menu suspenso , clique em Configurações.

    Captura de tela das guias no perfil de uma organização. A guia "Configurações" está contornada em laranja escuro.

  4. Na seção "Access" da barra lateral, clique em Member privileges.

  5. Under "Branch renames", select Allow repository administrators to rename branches protected by organization rules.

  6. Click Save.

Further reading