-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_manifest.yml
More file actions
30 lines (30 loc) · 798 Bytes
/
app_manifest.yml
File metadata and controls
30 lines (30 loc) · 798 Bytes
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
display_information:
name: gitbot
features:
bot_user:
display_name: gitbot
always_online: false
slash_commands:
- command: /new-git
url: https://{{$slackbot_url}}/slack/events
description: creates a new git repo
should_escape: false
oauth_config:
scopes:
bot:
- chat:write
- chat:write.public
- commands
- chat:write.customize
# The following permissions must be enabled for AD Auth
# - users:read
# - users.profile:read
# - users:read.email
settings:
interactivity:
is_enabled: true
request_url: https://{{$slackbot_url}}/slack/events
message_menu_options_url: https://{{$slackbot_url}}/slack/events
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false