From 85ccdabe5d23f72105bc76ed164c80d17716a232 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 5 Jun 2026 16:47:18 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Enable=20Actions=20by=20default=20o?= =?UTF-8?q?n=20all=20new=20repos=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- rootfs/tmp/etc/gitea/app.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/tmp/etc/gitea/app.ini b/rootfs/tmp/etc/gitea/app.ini index 9a3a420..5af3171 100644 --- a/rootfs/tmp/etc/gitea/app.ini +++ b/rootfs/tmp/etc/gitea/app.ini @@ -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