mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00: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