mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-18 23:14:45 +08:00
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(yarn install)",
|
|
"Bash(yarn lint)",
|
|
"Bash(yarn prebuild-tv:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(yarn lint:*)",
|
|
"Bash(yarn add:*)",
|
|
"Bash(git reset:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |