mirror of
https://github.com/vinta/awesome-python.git
synced 2026-01-25 15:38:43 +00:00
config: add Claude permissions settings
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>
This commit is contained in:
parent
4117b23614
commit
5682e60934
18
.claude/settings.json
Normal file
18
.claude/settings.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user