-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsettings.json
More file actions
38 lines (32 loc) · 1.1 KB
/
Copy pathsettings.json
File metadata and controls
38 lines (32 loc) · 1.1 KB
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
{
"unfurl_links": true,
"publish_text": "publish",
"display": [ "pending", "review" ],
"pending": {
"title": "There are `{{count}}` request(s) pending in {{channel}}:",
"emojis": [ "red_circle", "large_blue_circle", "white_circle" ]
},
"review": {
"title": "There are `{{count}}` request(s) being looked :eyes: at in {{channel}}:",
"emojis": [ "eyes" ]
},
"addressed": {
"title": "There are `{{count}}` request(s) addressed in {{channel}}:",
"emojis": [ "white_check_mark" ]
},
"help": [
{
"color": "#fff",
"text": "\n"
},
{
"mrkdwn_in": [ "text", "pretext" ],
"pretext": "Here's how the *Triage Bot* works:",
"text": "I look at messages posted in here since yesterday.\nI only care about messages that have :red_circle:, :large_blue_circle:, or :white_circle:.\nIf a messages has :eyes: reaction, it's in progress. \nIf it has a :white_check_mark:, it's done. Otherwise, it's still pending.\n"
},
{
"mrkdwn_in": [ "text", "pretext" ],
"pretext": "To publish this to the channel type `/triage publish`."
}
]
}