17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir -p .github/workflows)",
|
|
"Bash(git pull:*)",
|
|
"Bash(git config pull.rebase false:*)",
|
|
"Bash(git add .claude/settings.local.json)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(/tmp/old_workflow.yml)",
|
|
"Bash(git add:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|