Skip to content

Commit

Permalink
Create ubiquibot-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng authored May 16, 2024
1 parent 981510a commit fccef5b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ubiquibot-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
timers:
reviewDelayTolerance: 1 day
taskStaleTimeoutDuration: 3 weeks
taskFollowUpDuration: 6 days
taskDisqualifyDuration: 2 weeks
disabledCommands: []
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:
- name: "Start/Stop Bounty"
description: "Allows a user to start/stop a bounty without negative XP impact"
command: "/(start|stop)"
example: "/start | /stop"
uses:
- plugin: ubq-testing/start-stop-module:compute.yml@development
with:
disabledCommands: []
timers: []
maxConcurrentTasks: 1
labels:
time: []
priority: []

skipBotEvents: true

0 comments on commit fccef5b

Please sign in to comment.