mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
18 lines
352 B
TOML
18 lines
352 B
TOML
[default]
|
|
description = "Default permissions for the plugin"
|
|
permissions = [
|
|
"allow-add",
|
|
"allow-branch",
|
|
"allow-checkout",
|
|
"allow-commit",
|
|
"allow-delete-branch",
|
|
"allow-fetch-all",
|
|
"allow-initialize",
|
|
"allow-log",
|
|
"allow-merge-branch",
|
|
"allow-pull",
|
|
"allow-push",
|
|
"allow-status",
|
|
"allow-unstage",
|
|
]
|