-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: Creating a repo from a template repo via API #15934
Labels
modifies/api
This PR adds API routes or modifies them
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
Comments
pat-s
added
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
modifies/api
This PR adds API routes or modifies them
labels
May 20, 2021
This comment has been minimized.
This comment has been minimized.
okay, I see. ref https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template |
a1012112796
added a commit
to a1012112796/gitea
that referenced
this issue
May 23, 2021
fix go-gitea#15934 ref: https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template Signed-off-by: a1012112796 <[email protected]>
6543
pushed a commit
that referenced
this issue
Jul 5, 2021
* Creating a repo from a template repo via API fix #15934 ref: https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template Signed-off-by: a1012112796 <[email protected]>
AbdulrhmnGhanem
pushed a commit
to kitspace/gitea
that referenced
this issue
Aug 10, 2021
* Creating a repo from a template repo via API fix go-gitea#15934 ref: https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template Signed-off-by: a1012112796 <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
modifies/api
This PR adds API routes or modifies them
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
As title.
Needed to implement a CLI command (
tea repo create --template
) as in https://gitea.com/gitea/tea/issues/362.The text was updated successfully, but these errors were encountered: