chore: add gh pr list and gh run list permissions#380
Conversation
|
Claude finished @davidpoblador's task —— View job PR Review: Adding GitHub CLI PermissionsTodo List
Review Feedback✅ Code Quality & Best Practices
✅ Technical Correctness
✅ Security Considerations
✅ Performance & Functionality
|
Added missing GitHub CLI permissions to allow checking PR and workflow run status without requiring sandbox override. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
b3176b1 to
dcc7143
Compare
|
Claude finished @davidpoblador's task —— View job PR Review: Adding GitHub CLI PermissionsTodo List
Review Feedback✅ Code Quality & Best Practices
✅ Technical Correctness
✅ Security Considerations
✅ Performance & Functionality
|
🤖 I have created a release *beep* *boop* --- ## [2.13.5](v2.13.4...v2.13.5) (2025-11-06) ### Bug Fixes * convert relative links to absolute URLs in changelog docs ([#373](#373)) ([a3ab5cb](a3ab5cb)) * include chore commits in changelog ([#379](#379)) ([44ffea3](44ffea3)) * include refactor and perf commits in changelog ([#378](#378)) ([f98e9df](f98e9df)) ### Code Refactoring * remove template backwards compatibility symlink ([#377](#377)) ([3ba7e11](3ba7e11)) ### Miscellaneous Chores * add gh pr list and gh run list permissions ([#380](#380)) ([6fb0642](6fb0642)) * add permissions for uvx uv-bump and gh pr create ([#375](#375)) ([27e392a](27e392a)) * **deps:** update JavaScript and Python dependencies ([#374](#374)) ([0370036](0370036)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Summary
Added missing GitHub CLI permissions to
.claude/settings.json:Bash(gh pr list:*)Bash(gh run list:*)These commands were previously requiring sandbox override to function.
Test plan
dangerouslyDisableSandboxContext
During this session, I had to use
dangerouslyDisableSandbox: trueforgh pr listandgh run listcommands. This PR adds them to the allowed permissions so they work in sandboxed mode going forward.🤖 Generated with Claude Code