diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-10-10 22:45:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 14:45:31 +0000 |
commit | 7ff1f2527c7121447d88ea03ba8b436ed55813b9 (patch) | |
tree | 679ac4bbb94e67d25d7ccc09d72e4a32b6e24f25 /custom/conf/app.example.ini | |
parent | 5b6258a0b94737ec3db1ce418d0c933512a71f78 (diff) | |
download | gitea-7ff1f2527c7121447d88ea03ba8b436ed55813b9.tar.gz gitea-7ff1f2527c7121447d88ea03ba8b436ed55813b9.zip |
Make actions default enabled for newly created repository if global configuraion enabled (#27482)
Diffstat (limited to 'custom/conf/app.example.ini')
-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 ed2ff5630b..8cd5e6c144 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -951,7 +951,7 @@ LEVEL = Info ;; Note: Code and Releases can currently not be deactivated. If you specify default repo units you should still list them for future compatibility. ;; External wiki and issue tracker can't be enabled by default as it requires additional settings. ;; Disabled repo units will not be added to new repositories regardless if it is in the default list. -;DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages +;DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages,repo.actions ;; ;; Comma separated list of default forked repo units. ;; The set of allowed values and rules are the same as DEFAULT_REPO_UNITS. |