534b0e440f
feat: add comprehensive user permission controls for Claude workflows
...
- Add multi-level permission checking for issue implementation workflow
- Support multiple permission strategies: privileged users, admins only, combined, org-based
- Add permission validation with detailed error messages
- Restrict code review workflow to privileged users and repository members
- Create permission configuration file (.github/claude-config.json)
- Add comprehensive permission documentation
Permission strategies available:
- Privileged users only (most restrictive)
- Repository admins only
- Admins OR privileged users (default)
- Organization members with write access
- Everyone with write access (least restrictive)
Current configuration:
- Issue implementation: admins OR privileged users (bastiaan, xtr-dev-team)
- Code reviews: privileged users and repository members only
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 21:16:51 +02:00
c083ae183c
fix: update Claude issue workflow to use official anthropics/claude-code-action@beta
...
- Replace placeholder implementation with official Anthropic Claude Code action
- Update required secret from CLAUDE_API_KEY to CLAUDE_CODE_OAUTH_TOKEN
- Add id-token: write permission for Claude Code action
- Include allowed_tools for build, typecheck, lint, and test commands
- Update documentation with correct secret name and technical details
The workflow now uses the official Claude Code action for reliable,
production-ready issue implementations.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 21:02:20 +02:00
d09fe3054a
feat: add Claude issue implementation automation workflow
...
- Add GitHub workflow that triggers on issue comments with @claude implement
- Creates branches under claude/ namespace for each implementation
- Automatically creates PRs with Claude-generated implementations
- Includes permission checks and proper error handling
- Add comprehensive documentation for usage
Triggers:
- @claude implement
- @claude fix
- @claude create
Features:
- Unique branch naming: claude/issue-{number}-{timestamp}
- Permission validation (write access required)
- Automatic PR creation with detailed descriptions
- Progress tracking via issue comments
- Branch cleanup for failed implementations
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-18 20:56:46 +02:00
6a49e00e7a
Add GitHub Actions workflows for version check and NPM publish
2025-09-13 17:19:53 +02:00
Bas
ec8173aa05
"Claude Code Review workflow"
2025-09-13 17:19:00 +02:00
Bas
5e44bd317c
"Claude PR Assistant workflow"
2025-09-13 17:19:00 +02:00