-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub_app_manifest.json
More file actions
67 lines (67 loc) · 1.69 KB
/
Copy pathgithub_app_manifest.json
File metadata and controls
67 lines (67 loc) · 1.69 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "MEGAGENT OCTOGEN V2.0",
"url": "https://github.com/ELMOURABEA/MEGAGENT",
"hook_attributes": {
"url": "https://megagent.app/api/webhooks"
},
"redirect_url": "https://megagent.app/oauth/callback",
"callback_urls": [
"https://megagent.app/oauth/callback",
"megagent://oauth/callback",
"http://localhost:8080/oauth/callback"
],
"setup_url": "https://megagent.app/setup",
"description": "The Ultimate 10-in-1 AI SuperAgent - Unified AI orchestration with GitHub native integration",
"public": true,
"default_events": [
"check_run",
"check_suite",
"commit_comment",
"create",
"delete",
"deployment",
"deployment_status",
"fork",
"gollum",
"issue_comment",
"issues",
"pull_request",
"pull_request_review",
"pull_request_review_comment",
"push",
"release",
"repository",
"status",
"watch",
"workflow_run",
"workflow_job"
],
"default_permissions": {
"actions": "write",
"checks": "write",
"contents": "write",
"deployments": "write",
"issues": "write",
"metadata": "read",
"packages": "write",
"pull_requests": "write",
"repository_hooks": "write",
"repository_projects": "write",
"statuses": "write",
"workflows": "write"
},
"environments": {
"development": {
"url": "http://localhost:8080",
"callback_urls": ["http://localhost:8080/oauth/callback"]
},
"staging": {
"url": "https://staging.megagent.app",
"callback_urls": ["https://staging.megagent.app/oauth/callback"]
},
"production": {
"url": "https://megagent.app",
"callback_urls": ["https://megagent.app/oauth/callback"]
}
}
}