mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-02 16:35:19 +02:00
Make actions default enabled for newly created repository if global configuraion enabled (#27482)
This commit is contained in:
parent
5b6258a0b9
commit
7ff1f2527c
5 changed files with 5 additions and 4 deletions
|
@ -91,6 +91,7 @@ var (
|
|||
TypeWiki,
|
||||
TypeProjects,
|
||||
TypePackages,
|
||||
TypeActions,
|
||||
}
|
||||
|
||||
// ForkRepoUnits contains the default unit types for forks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue