fix(skills): restrict gh pr commands to read-only in policy.toml

This commit is contained in:
mkorwel
2026-03-11 11:29:23 -07:00
parent 739de66d87
commit 6e797708c1

View File

@@ -51,7 +51,11 @@ commandPrefix = [
"git br",
"git log",
"git show",
"gh pr",
"gh pr diff",
"gh pr view",
"gh pr checks",
"gh pr list",
"gh pr status",
"gh repo view",
"gh run",
"gh api",