mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 09:51:10 +01:00
14 lines
377 B
TOML
14 lines
377 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-commit"
|
|
description = "Enables the commit command without any pre-configured scope."
|
|
commands.allow = ["commit"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-commit"
|
|
description = "Denies the commit command without any pre-configured scope."
|
|
commands.deny = ["commit"]
|