mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 09:38:29 +02:00
14 lines
413 B
TOML
14 lines
413 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-merge-branch"
|
|
description = "Enables the merge_branch command without any pre-configured scope."
|
|
commands.allow = ["merge_branch"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-merge-branch"
|
|
description = "Denies the merge_branch command without any pre-configured scope."
|
|
commands.deny = ["merge_branch"]
|