-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbot.yml
28 lines (28 loc) · 818 Bytes
/
bot.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
name: Scrum App for BeepBoop
description: A Scrum App that collects status interactively without requiring the whole team to be present.
avatar: resources/avatar.png
config:
# - name: CLIENT_ID
# friendly_name: Client ID
# info: Client ID for Slack App
# type: text
# global: true
# - name: CLIENT_SECRET
# friendly_name: Client Secret
# info: Client Secret for Slack App
# type: secret
# global: true
- name: CHANNEL_SCRUM_TIMEOUT
friendly_name: channel_scrum_timeout
info: time for srcum to end after started in milliseconds in a channel
type: text
global: true
- name: INDIVIDUAL_SCRUM_TIMEOUT
friendly_name: individual_scrum_timeout
info: time in milliseconds to retry if the user is not ready for scrum
type: text
global: true
slackscopes:
- bot
- commands
- incoming-webhook