mirror of
https://github.com/xtr-dev/payload-billing.git
synced 2025-12-10 02:43:24 +00:00
fix: restrict Claude workflows to only bvdaakster user
- Change issue implementation workflow to only allow bvdaakster - Update code review workflow to only trigger for bvdaakster's PRs - Update configuration to reflect single-user access - Remove other privileged users from the list Only bvdaakster can now: - Trigger Claude issue implementations with @claude comments - Have PRs automatically reviewed by Claude 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
9
.github/claude-config.json
vendored
9
.github/claude-config.json
vendored
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"privilegedUsers": [
|
||||
"bastiaan",
|
||||
"xtr-dev-team"
|
||||
"bvdaakster"
|
||||
],
|
||||
"permissions": {
|
||||
"issueImplementation": {
|
||||
"strategy": "adminOrPrivileged",
|
||||
"description": "Allow admins and privileged users to request Claude implementations"
|
||||
"strategy": "privilegedUsers",
|
||||
"description": "Only bvdaakster can request Claude implementations"
|
||||
},
|
||||
"codeReview": {
|
||||
"strategy": "privilegedUsers",
|
||||
"description": "Only run Claude reviews for privileged users"
|
||||
"description": "Only bvdaakster can trigger Claude reviews"
|
||||
}
|
||||
},
|
||||
"strategies": {
|
||||
|
||||
Reference in New Issue
Block a user