1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
2021-04-30 19:30:36 -07:00

1.7 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
About archiving repositories When you archive a repository, you are letting people know that a project is no longer actively maintained.
/articles/about-archiving-repositories
free-pro-team enterprise-server github-ae
* * *
Repositories

{% if currentVersion == "free-pro-team@latest" %} {% note %}

Note: If you have a legacy per-repository billing plan, you will still be charged for your archived repository. If you don't want to be charged for an archived repository, you must upgrade to a new product. For more information, see "{% data variables.product.prodname_dotcom %}'s products."

{% endnote %} {% endif %}

{% data reusables.repositories.archiving-repositories-recommendation %}

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, and comments 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."

Further reading