diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-09-15 14:43:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 06:43:39 +0000 |
commit | e5ec57cd608a81be6e0a6b897b165e9b322ceab4 (patch) | |
tree | d99fd9a4377134cebbcb2edbf4897037acd3bc9f /custom | |
parent | 3cd719a63d3ef8125eff87f4759f2be2c7a1ec92 (diff) | |
download | gitea-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.ini | 2 |
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 |