Make DEFAULT_PUSH_CREATE_PRIVATE false

This commit is contained in:
Awiteb 2024-03-09 20:02:54 +03:00
parent 69b6f1742f
commit 751f6a7a9c
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -35,6 +35,7 @@ DISABLED_REPO_UNITS = repo.wiki,repo.ext_wiki,repo.packages
DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.actions,repo.issues,repo.pulls DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.actions,repo.issues,repo.pulls
DISABLE_STARS = true DISABLE_STARS = true
DEFAULT_BRANCH = master DEFAULT_BRANCH = master
DEFAULT_PUSH_CREATE_PRIVATE = false
; This will make the users unable to create new repositories ; This will make the users unable to create new repositories
MAX_CREATION_LIMIT = 0 MAX_CREATION_LIMIT = 0
; but they can still fork repositories and create issues and pull requests ; but they can still fork repositories and create issues and pull requests