This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: add prod and dev sepperate manifests

+51 -4
+43
manifest.prod.yaml
··· 1 + display_information: 2 + name: Smokey 3 + description: Only you can complete your takes 4 + background_color: "#617c68" 5 + features: 6 + app_home: 7 + home_tab_enabled: false 8 + messages_tab_enabled: true 9 + messages_tab_read_only_enabled: false 10 + bot_user: 11 + display_name: smokey 12 + always_online: false 13 + slash_commands: 14 + - command: /takes 15 + url: https://takes.dunkirk.sh/slack 16 + description: Start a takes session 17 + should_escape: true 18 + unfurl_domains: 19 + - takes.dunkirk.sh 20 + oauth_config: 21 + scopes: 22 + user: 23 + - files:write 24 + bot: 25 + - chat:write 26 + - chat:write.public 27 + - commands 28 + - im:history 29 + - users:read 30 + - reactions:write 31 + - links:read 32 + settings: 33 + event_subscriptions: 34 + request_url: https://takes.dunkirk.sh/slack 35 + bot_events: 36 + - link_shared 37 + - message.im 38 + interactivity: 39 + is_enabled: true 40 + request_url: https://takes.dunkirk.sh/slack 41 + org_deploy_enabled: false 42 + socket_mode_enabled: false 43 + token_rotation_enabled: false
+8 -4
manifest.yaml manifest.dev.yaml
··· 1 1 display_information: 2 - name: Smokey 2 + name: Smokey Dev 3 3 description: Only you can complete your takes 4 - background_color: "#617c68" 4 + background_color: "#ce37ba" 5 5 features: 6 6 app_home: 7 7 home_tab_enabled: false 8 8 messages_tab_enabled: true 9 9 messages_tab_read_only_enabled: false 10 10 bot_user: 11 - display_name: smokey 11 + display_name: smokey dev 12 12 always_online: false 13 13 slash_commands: 14 - - command: /takes 14 + - command: /takes-dev 15 15 url: https://casual-renewing-reptile.ngrok-free.app/slack 16 16 description: Start a takes session 17 17 should_escape: true 18 + unfurl_domains: 19 + - casual-renewing-reptile.ngrok-free.app 18 20 oauth_config: 19 21 scopes: 20 22 user: ··· 26 28 - im:history 27 29 - users:read 28 30 - reactions:write 31 + - links:read 29 32 settings: 30 33 event_subscriptions: 31 34 request_url: https://casual-renewing-reptile.ngrok-free.app/slack 32 35 bot_events: 36 + - link_shared 33 37 - message.im 34 38 interactivity: 35 39 is_enabled: true