2023-08-24 18:35:41 +03:00
|
|
|
{
|
|
|
|
"name": "CodiumAI PR-Agent",
|
|
|
|
"description": "CodiumAI PR-Agent",
|
|
|
|
"key": "app_key",
|
|
|
|
"vendor": {
|
|
|
|
"name": "CodiumAI",
|
|
|
|
"url": "https://codium.ai"
|
|
|
|
},
|
|
|
|
"authentication": {
|
|
|
|
"type": "jwt"
|
|
|
|
},
|
2023-08-27 10:11:46 +03:00
|
|
|
"baseUrl": "base_url",
|
2023-08-24 18:35:41 +03:00
|
|
|
"lifecycle": {
|
|
|
|
"installed": "/installed",
|
|
|
|
"uninstalled": "/uninstalled"
|
|
|
|
},
|
|
|
|
"scopes": [
|
|
|
|
"account",
|
2024-10-23 09:04:27 +03:00
|
|
|
"repository:write",
|
|
|
|
"pullrequest:write",
|
|
|
|
"wiki"
|
2023-08-24 18:35:41 +03:00
|
|
|
],
|
|
|
|
"contexts": [
|
|
|
|
"account"
|
|
|
|
],
|
|
|
|
"modules": {
|
|
|
|
"webhooks": [
|
|
|
|
{
|
|
|
|
"event": "*",
|
|
|
|
"url": "/webhook"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2024-10-23 09:04:27 +03:00
|
|
|
}
|