Enable push to create repo on forgejo
This commit is contained in:
parent
b591ac70ae
commit
eb369d7703
|
@ -38,6 +38,10 @@
|
||||||
repo = {
|
repo = {
|
||||||
DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls";
|
DEFAULT_REPO_UNITS = "repo.code,repo.issues,repo.pulls";
|
||||||
};
|
};
|
||||||
|
repository = {
|
||||||
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
ENABLE_PUSH_CREATE_ORG = true;
|
||||||
|
};
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
ARTIFACT_RETENTION_DAYS = 30;
|
ARTIFACT_RETENTION_DAYS = 30;
|
||||||
|
|
Loading…
Reference in a new issue