forked from ubq-testing/start-stop-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ubiquibot-config.yml
41 lines (40 loc) · 1.06 KB
/
.ubiquibot-config.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
41
timers:
reviewDelayTolerance: "1 day"
taskStaleTimeoutDuration: "3 weeks"
disabledCommands:
- start
labels:
time:
- "Time: <1 Hour"
- "Time: <2 Hours"
- "Time: <4 Hours"
- "Time: <1 Day"
- "Time: <1 Week"
priority:
- "Priority: 1 (Normal)"
- "Priority: 2 (Medium)"
- "Priority: 3 (High)"
- "Priority: 4 (Urgent)"
- "Priority: 5 (Emergency)"
miscellaneous:
maxConcurrentTasks: 3
plugins:
issue_comment.created:
- uses:
- plugin: ubq-testing/start-stop-module:compute.yml@development
name: start-stop
id: start-stop-command
type: github
description: "Allows a user to start/stop a bounty without negative XP impact"
command: "/(start|stop)"
example: "/start | /stop"
with:
disabledCommands: []
timers:
reviewDelayTolerance: 86000
taskStaleTimeoutDuration: 2580000
miscellaneous:
maxConcurrentTasks: 3
labels:
time: []
priority: []