1
0
Fork 0
forked from forgejo/forgejo

Make actions default enabled for newly created repository if global configuraion enabled (#27482)

This commit is contained in:
Lunny Xiao 2023-10-10 22:45:31 +08:00 committed by GitHub
parent 5b6258a0b9
commit 7ff1f2527c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View file

@ -91,6 +91,7 @@ var (
TypeWiki,
TypeProjects,
TypePackages,
TypeActions,
}
// ForkRepoUnits contains the default unit types for forks