mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 14:14:22 +01:00
acl: protect master and main by default
Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ const ROLES = {
|
||||
}
|
||||
const DEFAULT_ACL = {
|
||||
visibility: 'public', // public|private
|
||||
protectedBranches: ['master'],
|
||||
protectedBranches: ['master', 'main'],
|
||||
ACL: {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user