forked from BURG3R5/github-slack-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbot_manifest.yml
40 lines (40 loc) · 1.43 KB
/
bot_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
38
39
40
display_information:
name: Selene
description: Concisely and precisely informs users of events on GitHub.
background_color: "#000000"
long_description: Concisely and precisely informs users of events on GitHub. Subscribe to any number of events using the `/subscribe` command. Get more usage instructions using the `/help` command. Source code at https://github.com/BURG3R5/github-slack-bot
features:
bot_user:
display_name: Selene
always_online: true
slash_commands:
- command: /sel-subscribe
url: <your-url>/slack/commands
description: Subscribe to events in a GitHub repository
usage_hint: repository event1 [event2, event3, ...]
should_escape: false
- command: /sel-unsubscribe
url: <your-url>/slack/commands
description: Unsubscribe from events in a GitHub repository
usage_hint: repository event1 [event2, event3, ...]
should_escape: false
- command: /sel-help
url: <your-url>/slack/commands
description: Prints instructions and keywords.
should_escape: false
- command: /sel-list
url: <your-url>/slack/commands
description: Lists subscriptions for the current channel.
should_escape: false
oauth_config:
scopes:
bot:
- chat:write
- chat:write.customize
- commands
- files:write
- chat:write:public
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false