From e5ec57cd608a81be6e0a6b897b165e9b322ceab4 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 15 Sep 2023 14:43:39 +0800 Subject: Actions are no longer experimental, so enable them by default (#27054) This PR makes the actions enabled by default, so people will find it easier to enable actions in repository setting. --- custom/conf/app.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index f0b0cc298b..cd6b2a914d 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2562,7 +2562,7 @@ LEVEL = Info ; [actions] ;; Enable/Disable actions capabilities -;ENABLED = false +;ENABLED = true ;; ;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance. ;DEFAULT_ACTIONS_URL = github -- cgit v1.2.3