Commit d885e67
authored
feat: add claude review to CI (#120)
* feat: add claude review to CI
- Updated CODEOWNERS to enforce review requirements for changes in Sandboxed AI CI/CD.
- Introduced a new Squid proxy rules configuration file to restrict domain access in the CI sandbox.
- Added a new GitHub Actions workflow for Claude review, ensuring security measures and permissions are enforced for PR comments.
* chore: update sandbox-proxy-rules.conf to latest version
* fix: whitespace
* feat: enforce PR author permissions for Claude review
- Added a new environment variable `REQUIRE_PR_AUTHOR_PERMISSION` to control whether the PR author must have write/admin/maintain permissions for Claude to review.
- Implemented a check in the workflow to validate the PR author's permissions, ensuring only authorized contributors can trigger reviews by Claude.
- Updated documentation comments to clarify the security implications of changing the default permission settings.1 parent 4a5f820 commit d885e67
3 files changed
Lines changed: 671 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments