Skip to main content

Esta versão do GitHub Enterprise foi descontinuada em 2022-10-12. Nenhum lançamento de patch será feito, mesmo para questões críticas de segurança. Para obter melhor desempenho, segurança aprimorada e novos recursos, atualize para a última versão do GitHub Enterprise. Para obter ajuda com a atualização, entre em contato com o suporte do GitHub Enterprise.

Archiving repositories

You can archive a repository to make it read-only for all users and indicate that it's no longer actively maintained. You can also unarchive repositories that have been archived.

About repository archival

Recomendamos encerrar todos os problemas e todas as solicitações pull, assim como atualizar o arquivo README e a descrição, antes de arquivar um repositório.

Once a repository is archived, you cannot add or remove collaborators or teams. Contributors with access to the repository can only fork or star your project.

When a repository is archived, its issues, pull requests, code, labels, milestones, projects, wiki, releases, commits, tags, branches, reactions, code scanning alerts, comments and permissions become read-only. To make changes in an archived repository, you must unarchive the repository first.

You can search for archived repositories. For more information, see "Searching for repositories." You can also search for issues and pull requests within archived repositories. For more information, see "Searching issues and pull requests."

Archiving a repository

Recomendamos encerrar todos os problemas e todas as solicitações pull, assim como atualizar o arquivo README e a descrição, antes de arquivar um repositório.

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. Abaixo do nome do repositório, clique em Configurações. Botão Configurações do repositório
  3. Under "Danger Zone", click Archive this repository Archive this repository button
  4. Read the warnings.
  5. Type the name of the repository you want to archive. Archive repository warnings
  6. Click I understand the consequences, archive this repository.

Unarchiving a repository

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.
  2. Abaixo do nome do repositório, clique em Configurações. Botão Configurações do repositório
  3. Under "Danger Zone", click Unarchive this repository Unarchive this repository button
  4. Read the warnings.
  5. Type the name of the repository you want to unarchive. Unarchive repository warnings
  6. Click I understand the consequences, unarchive this repository.