Skip to content

Commit

Permalink
Update .ubiquity-os.config.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesgun authored and ubiquity-os[bot] committed Nov 3, 2024
1 parent d6e2d06 commit 1906f8a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/.ubiquity-os.config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ plugins:
uses:
# hello-world-plugin
- plugin: http://127.0.0.1:9090
runsOn: [ "issue_comment.created" ]
name: start-stop
id: start-stop-command
description: "Allows a user to start/stop a task without negative XP impact"
command: "\/start|\/stop"
example: "/start" # or "/stop"
with:
response: world
reviewDelayTolerance: "3 Days"
taskStaleTimeoutDuration: "30 Days"
maxConcurrentTasks: # Default concurrent task limits per role.
member: 5
contributor: 3
startRequiresWallet: true # default is true
emptyWalletText: "Please set your wallet address with the /wallet command first and try again."
rolesWithReviewAuthority: ["MEMBER", "OWNER"]

0 comments on commit 1906f8a

Please sign in to comment.