mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-24 08:01:03 -04:00
✨ Enable Actions by default on all new repos ✨
Add DEFAULT_REPO_UNITS to [repository] in app.ini with repo.actions included so every new repo has Actions enabled out of the box. Users can still disable it per-repo — opt-out rather than opt-in. - rootfs/tmp/etc/gitea/app.ini: add DEFAULT_REPO_UNITS with repo.actions included rootfs/tmp/etc/gitea/app.ini
This commit is contained in:
@@ -51,6 +51,7 @@ MAX_CREATION_LIMIT = -1
|
||||
PREFERRED_LICENSES = MIT,Apache-2.0
|
||||
DISABLE_HTTP_GIT = false
|
||||
USE_COMPAT_SSH_URI = false
|
||||
DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages,repo.actions
|
||||
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
[repository.local]
|
||||
LOCAL_COPY_PATH = REPLACE_DATA_DIR/repositories/local
|
||||
|
||||
Reference in New Issue
Block a user