-
-
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
Add config option to make create-on-push repositories public by default #12936
Add config option to make create-on-push repositories public by default #12936
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12936 +/- ##
=======================================
Coverage 42.84% 42.85%
=======================================
Files 662 662
Lines 73002 73002
=======================================
+ Hits 31279 31282 +3
+ Misses 36652 36650 -2
+ Partials 5071 5070 -1
Continue to review full report at Codecov.
|
Signed-off-by: a1012112796 <1012112796@qq.com>
Chinese translation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for PR :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also needs an entry in https://github.com/go-gitea/gitea/blob/master/custom/conf/app.example.ini
…/gitea into config_default_push_private_public
This is a super simple config addition to allow public-by-default push-to-create repositories.
The option
DEFAULT_PUSH_CREATE_PRIVATE
is true by default, but can be overridden in the config file.If there is anything I missed, let me know.