-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
37 lines (37 loc) · 1.06 KB
/
manifest.yml
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
_metadata:
major_version: 1
minor_version: 1
display_information:
name: Changeset Chihuahua
description: Gerrit update notifications in Slack
background_color: "#593613"
long_description: 'Changeset Chihuahua accepts notifications from Gerrit Code Review and passes them on to contributors in Slack. For example, "Betty commented on line 16 of your changeset 115: Hello" or "Carmen added you as a reviewer on changeset 119".'
features:
bot_user:
display_name: Changeset Chihuahua
always_online: false
oauth_config:
redirect_urls:
- https://git-syncing.dev.storj.io/slack/
scopes:
bot:
- chat:write
- dnd:read
- im:history
- im:write
- links:read
- mpim:history
- reactions:write
- team:read
- users:read
- users:read.email
settings:
event_subscriptions:
request_url: https://git-syncing.dev.storj.io/slack/events
bot_events:
- app_uninstalled
- message.im
- message.mpim
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false