-
-
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
New repositories have all pull request options disabled. #3952
Comments
Do you create that form UI or API? |
This was directly from the web interface. I didn't try with the API. |
I have used the API with the same results, and I haven't been able to find an API endpoint to change it. |
You have to change it on the UI currently as I know. |
Would it be an option to simply set the defaults to true until someone has the time to implement configurable defaults? It would improve usability a lot for me. I wanted to submit a PR for this, but I got quite confused by Go, and I don't have the time to learn it sadly. But I imagine changing a default is a simple patch? |
We recently updated gitea. One of the new features this introduced is the option to disable specific pull request merge strategies (merge, rebase, squash).
All old repositories have all of these options available. However, every new repository we create has all of them disabled. I also couldn't find a way to set defaults globally.
We have quite a few repositories, so manually having to enable these options is rather a nuisance. Did I miss something? If not I believe that a global default for this would be very useful. Alternatively, simply having them all enabled by default is also good for us.
The text was updated successfully, but these errors were encountered: