aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-09-15 14:43:39 +0800
committerGitHub <noreply@github.com>2023-09-15 06:43:39 +0000
commite5ec57cd608a81be6e0a6b897b165e9b322ceab4 (patch)
treed99fd9a4377134cebbcb2edbf4897037acd3bc9f /custom
parent3cd719a63d3ef8125eff87f4759f2be2c7a1ec92 (diff)
downloadgitea-e5ec57cd608a81be6e0a6b897b165e9b322ceab4.tar.gz
gitea-e5ec57cd608a81be6e0a6b897b165e9b322ceab4.zip
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.
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
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