Skip to content

Commit c1d51eb

Browse files
committed
Update .claude settings with new Bash commands
Add several Bash command patterns to .claude/settings.local.json to allow common git/GitHub CLI operations: Bash(gh pr *), Bash(gh run *), Bash(git restore *), Bash(git commit -m 'Fix: Update deprecated actions/upload-artifact from v3 to v4 *), and Bash(git push *). This expands the local Claude command whitelist for workflow and repo actions.
1 parent 161123b commit c1d51eb

2 files changed

Lines changed: 1453 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
"mcp__plugin_supabase_supabase__list_projects",
1111
"mcp__plugin_supabase_supabase__list_migrations",
1212
"mcp__plugin_supabase_supabase__apply_migration",
13-
"mcp__plugin_supabase_supabase__list_tables"
13+
"mcp__plugin_supabase_supabase__list_tables",
14+
"Bash(gh pr *)",
15+
"Bash(gh run *)",
16+
"Bash(git restore *)",
17+
"Bash(git commit -m 'Fix: Update deprecated actions/upload-artifact from v3 to v4 *)",
18+
"Bash(git push *)"
1419
]
1520
}
1621
}

0 commit comments

Comments
 (0)