mirror of
https://github.com/vinta/awesome-python.git
synced 2026-01-25 15:38:43 +00:00
Define allowed Bash operations for gh CLI commands used in PR review automation workflows. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(gh api:*)",
|
|
"Bash(gh pr close:*)",
|
|
"Bash(gh pr comment:*)",
|
|
"Bash(gh pr diff:*)",
|
|
"Bash(gh pr edit:*)",
|
|
"Bash(gh pr list:*)",
|
|
"Bash(gh pr view:*)",
|
|
"Bash(gh run list:*)",
|
|
"Bash(gh run rerun:*)",
|
|
"Bash(gh run view:*)",
|
|
"Bash(gh search:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|