mirror of
https://gitee.com/gitea/gitea
synced 2025-12-01 13:50:31 +08:00
Make actions default enabled for newly created repository if global configuraion enabled (#27482)
This commit is contained in:
@@ -91,6 +91,7 @@ var (
|
||||
TypeWiki,
|
||||
TypeProjects,
|
||||
TypePackages,
|
||||
TypeActions,
|
||||
}
|
||||
|
||||
// ForkRepoUnits contains the default unit types for forks
|
||||
|
||||
Reference in New Issue
Block a user