1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Renaming repo workflow update #15575 (#16144)

This commit is contained in:
Courtney Wilson
2022-03-22 05:38:44 -05:00
committed by GitHub
parent 199cb040ef
commit ad3d0cd965

View File

@@ -36,11 +36,11 @@ If you plan to rename a repository that has a {% data variables.product.prodname
{% endif %}
{% tip %}
{% note %}
**Tip:** {% data reusables.organizations.owners-and-admins-can %} rename a repository. {% data reusables.organizations.new-repo-permissions-more-info %}
**Note:** {% data variables.product.prodname_dotcom %} will not redirect calls to an action hosted by a renamed repository. Any workflow that uses that action will fail with the error `repository not found`. Instead, create a new repository and action with the new name and archive the old repository. For more information, see "[Archiving repositories](/repositories/archiving-a-github-repository/archiving-repositories)."
{% endtip %}
{% endnote %}
{% warning %}