-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathslack-app-manifest-template.yml
More file actions
68 lines (65 loc) · 1.78 KB
/
Copy pathslack-app-manifest-template.yml
File metadata and controls
68 lines (65 loc) · 1.78 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
68
display_information:
name: Hephaestus
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: true
messages_tab_read_only_enabled: false
agent_view:
agent_description: Hephaestus mentors software project practices in private Slack DMs.
suggested_prompts:
- title: What needs attention?
message: What software project practice should I focus on next?
- title: Review my recent work
message: Review my recent pull requests, reviews, and issues.
- title: Check my reviews
message: How are my code reviews and review comments trending?
- title: Follow up
message: What feedback or project-practice issue should I revisit?
bot_user:
display_name: Hephaestus
always_online: false
oauth_config:
redirect_urls:
- <api-public-base-url>/oauth/callback/slack
- <api-public-base-url>/login/oauth2/code/slack
scopes:
bot:
- assistant:write
- chat:write
- im:history
- channels:history
- groups:history
- channels:read
- channels:join
- groups:read
- users:read
user:
- openid
- profile
- email
settings:
event_subscriptions:
request_url: https://<webhook-host>/webhooks/slack
bot_events:
- message.im
- message.channels
- message.groups
- member_joined_channel
- channel_archive
- channel_deleted
- channel_left
- channel_rename
- group_archive
- group_left
- group_rename
- app_home_opened
- app_context_changed
- app_uninstalled
- tokens_revoked
interactivity:
is_enabled: true
request_url: https://<webhook-host>/webhooks/slack/interactivity
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false