GitHub - update branchProtection setting default (#187583)

This commit is contained in:
Ladislau Szomoru
2023-07-11 15:42:07 +02:00
committed by GitHub
parent 8baa7ed3e3
commit 4a7a02ab9f

View File

@@ -136,7 +136,7 @@
"github.branchProtection": {
"type": "boolean",
"scope": "resource",
"default": false,
"default": true,
"description": "%config.branchProtection%"
},
"github.gitAuthentication": {