alpha
Login
or
Join now
dunkirk.sh
/
smokie
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
feat: update manifest
author
Kieran Klukas
date
1 year ago
(Apr 21, 2025, 1:13 AM -0400)
commit
284b4f61
284b4f613b72b840a120649ae098e5b51a3610c6
parent
b8db627b
b8db627b8a0e87a47f5c2715635cb82709ecb76a
+20
-10
2 changed files
Expand all
Collapse all
Unified
Split
manifest.dev.yaml
manifest.prod.yaml
+8
-3
manifest.dev.yaml
Reviewed
···
6
6
app_home:
7
7
home_tab_enabled: false
8
8
messages_tab_enabled: true
9
9
-
messages_tab_read_only_enabled: false
9
9
+
messages_tab_read_only_enabled: true
10
10
bot_user:
11
11
display_name: smokie dev
12
12
always_online: false
···
22
22
user:
23
23
- files:write
24
24
bot:
25
25
+
- channels:history
25
26
- chat:write
26
27
- chat:write.public
27
28
- commands
29
29
+
- groups:history
28
30
- im:history
31
31
+
- links.embed:write
29
32
- links:read
33
33
+
- links:write
30
34
- reactions:write
31
35
- users:read
32
32
-
- links.embed:write
36
36
+
- files:read
33
37
settings:
34
38
event_subscriptions:
35
39
request_url: https://casual-renewing-reptile.ngrok-free.app/slack
36
40
bot_events:
37
41
- link_shared
38
38
-
- message.im
42
42
+
- message.channels
43
43
+
- message.groups
39
44
interactivity:
40
45
is_enabled: true
41
46
request_url: https://casual-renewing-reptile.ngrok-free.app/slack
+12
-7
manifest.prod.yaml
Reviewed
···
6
6
app_home:
7
7
home_tab_enabled: false
8
8
messages_tab_enabled: true
9
9
-
messages_tab_read_only_enabled: false
9
9
+
messages_tab_read_only_enabled: true
10
10
bot_user:
11
11
display_name: smokie
12
12
always_online: false
13
13
slash_commands:
14
14
- command: /takes
15
15
-
url: https://takes.dunkirk.sh/slack
15
15
+
url: https://smokie.dunkirk.sh/slack
16
16
description: Start a takes session
17
17
should_escape: true
18
18
unfurl_domains:
19
19
-
- takes.dunkirk.sh
19
19
+
- smokie.dunkirk.sh
20
20
oauth_config:
21
21
scopes:
22
22
user:
23
23
- files:write
24
24
bot:
25
25
+
- channels:history
25
26
- chat:write
26
27
- chat:write.public
27
28
- commands
29
29
+
- groups:history
28
30
- im:history
31
31
+
- links.embed:write
29
32
- links:read
33
33
+
- links:write
30
34
- reactions:write
31
35
- users:read
32
32
-
- links.embed:write
36
36
+
- files:read
33
37
settings:
34
38
event_subscriptions:
35
35
-
request_url: https://takes.dunkirk.sh/slack
39
39
+
request_url: https://smokie.dunkirk.sh/slack
36
40
bot_events:
37
41
- link_shared
38
38
-
- message.im
42
42
+
- message.channels
43
43
+
- message.groups
39
44
interactivity:
40
45
is_enabled: true
41
41
-
request_url: https://takes.dunkirk.sh/slack
46
46
+
request_url: https://smokie.dunkirk.sh/slack
42
47
org_deploy_enabled: false
43
48
socket_mode_enabled: false
44
49
token_rotation_enabled: false