-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgithub-app-manifest.json
More file actions
executable file
·39 lines (39 loc) · 1.13 KB
/
github-app-manifest.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "ChittyConnect - itsChitty™",
"description": "The AI-intelligent spine with ContextConsciousness™ - Connects ChittyOS ecosystem with GitHub for intelligent automation, context-aware workflows, and AI-powered development assistance.",
"url": "https://connect.chitty.cc",
"hook_attributes": {
"url": "https://connect.chitty.cc/integrations/github/webhook",
"active": true
},
"redirect_url": "https://connect.chitty.cc/integrations/github/callback",
"setup_url": "https://app.chitty.cc/integrations/github/setup",
"callback_urls": [
"https://connect.chitty.cc/integrations/github/callback"
],
"public": false,
"default_permissions": {
"actions": "read",
"checks": "write",
"contents": "read",
"issues": "write",
"pull_requests": "write",
"repository_hooks": "read",
"statuses": "write",
"workflows": "read",
"metadata": "read"
},
"default_events": [
"check_run",
"check_suite",
"issues",
"issue_comment",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"push",
"workflow_run",
"workflow_job",
"status"
]
}