Open
Description
Clear and concise description of the problem
Since version 3.0 or #4456 new repositories require approval by default. This breaks some workflows for me. My instance is running in a closed environment this restrictive setting is not needed and is currently just requiring some extra configuration for every single repository.
Suggested solution
Introduce an environment variable for the server (maybe DEFAULT_APPROVAL_REQUIREMENT
) in which you define the default setting for new repositories. (Possible values none
, prs_from_forked_repos
, all_prs
, all_events
.)
Alternative
No response
Additional context
No response