-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[Feature] [API] Initialize Empty repo if repoCreateFile is used #10993
Comments
For context why this is interesting: I want to fully script creating repositories in our company, including creating a branch, default README, branch protection and merge settings. I can't initialize the repository with With the |
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
Please no stale :-) |
I have the same problem
@MarkusAmshove, Did you find any solution for this? |
This PR adds the necessary work to make it possible to create files on empty repos using the API. Fix go-gitea#10993 Signed-off-by: Andrew Thornton <art27@cantab.net>
This PR adds the necessary work to make it possible to create files on empty repos using the API. Fix #10993 Signed-off-by: Andrew Thornton <art27@cantab.net>
as title
related bug for this api: #10982
The text was updated successfully, but these errors were encountered: