direct-workflow: allow disabling adding new submodule on new repository #104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As mentioned here: https://src.opensuse.org/git-workflow/autogits/src/branch/main/workflow-direct, the direct workflow is automatically creating a new submodule when a new repository is created within the organization.
This is helpful in most cases but there are situations where we might not want to automatically add submodules when new repositories are created.
It would great that direct workflow allows this via configuration parameter.