-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make actions default enabled for newly created repository if global configuraion enabled #27482
Conversation
It seems to be suitable to be backported? |
Is it really a good idea? I think that there are more repos that do not need Actions than those that do. Basically the same argument, if your specific instance needs Actions nearly every time, you can enable it through the config - but I'd leave it disabled per default. |
IMO the enabled "actions" feature doesn't harm anyone, if you don't use it. |
But many people do not use projects, pull requests, packages and wiki but those are enabled by default if global configuration enabled, why actions is special? |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Fix attachment download bug (go-gitea#27486) Make actions default enabled for newly created repository if global configuraion enabled (go-gitea#27482) Fix the wrong HTTP response status code for duplicate packages (go-gitea#27480) Increase queue length (go-gitea#27555)
Users can still use
[repository].DEFAULT_REPO_UNITS=
to define the default units.