87172229aa
- Update v2 test config: mdcps reviewer username '913443' (distinct from author 'jcwalker3'), author 'jcwalker3' - Adjust TBD negative test to use mutate (post-provisioning) - Add mdcps-reviewer example to gitea-mcp.example.json and README - Verifies distinct identities, reviewer cannot create/push, author cannot review/merge Closes #107 Checks: - config tests pass - no secrets in changes (usernames only) - py_compile and diff clean
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"version": 1,
|
|
"profiles": {
|
|
"prgs": {
|
|
"base_url": "https://gitea.prgs.cc",
|
|
"username": "jcwalker3",
|
|
"auth": {
|
|
"type": "keychain",
|
|
"id": "prgs-gitea-token"
|
|
},
|
|
"default_owner": "Scaled-Tech-Consulting",
|
|
"execution_profile": "personal-prgs"
|
|
},
|
|
"mdcps": {
|
|
"base_url": "https://gitea.dadeschools.net",
|
|
"username": "913443",
|
|
"auth": {
|
|
"type": "keychain",
|
|
"id": "mdcps-gitea-token"
|
|
},
|
|
"default_owner": "Contractor",
|
|
"execution_profile": "mdcps"
|
|
},
|
|
"mdcps-reviewer": {
|
|
"base_url": "https://gitea.dadeschools.net",
|
|
"username": "913443",
|
|
"auth": {
|
|
"type": "keychain",
|
|
"id": "mdcps.gitea.reviewer.token"
|
|
},
|
|
"default_owner": "MDCPS",
|
|
"execution_profile": "mdcps-reviewer",
|
|
"allowed_operations": ["read", "review", "approve", "merge"],
|
|
"forbidden_operations": ["branch.push", "pr.create"]
|
|
},
|
|
"prgs-env": {
|
|
"base_url": "https://gitea.prgs.cc",
|
|
"username": "jcwalker3",
|
|
"auth": {
|
|
"type": "env",
|
|
"name": "GITEA_TOKEN_PRGS"
|
|
},
|
|
"default_owner": "Scaled-Tech-Consulting",
|
|
"execution_profile": "personal-prgs"
|
|
}
|
|
}
|
|
}
|