mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +00:00
* properly handle emails for github app auth case * add docs info for auth through github app * more info in docs for user auth perms * modify review agent env var names * github app service auth * coderabbit suggestions * fixes * fix build
9 lines
No EOL
167 B
JSON
9 lines
No EOL
167 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "AppConfig",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "./githubApp.json"
|
|
}
|
|
]
|
|
} |