From 316467b3bea1f663fcc41f61c020d080090b5da1 Mon Sep 17 00:00:00 2001 From: Aries Gunawan Date: Sat, 19 Oct 2024 17:12:57 +0200 Subject: [PATCH] Update .ubiquity-os.config.dev.yml --- .github/.ubiquity-os.config.dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.ubiquity-os.config.dev.yml b/.github/.ubiquity-os.config.dev.yml index c7abbd61..6152010c 100644 --- a/.github/.ubiquity-os.config.dev.yml +++ b/.github/.ubiquity-os.config.dev.yml @@ -12,8 +12,8 @@ plugins: reviewDelayTolerance: "3 Days" taskStaleTimeoutDuration: "30 Days" maxConcurrentTasks: # Default concurrent task limits per role. - member: 5 - contributor: 3 + member: 2 + contributor: 2 startRequiresWallet: true # default is true emptyWalletText: "Please set your wallet address with the /wallet command first and try again." rolesWithReviewAuthority: ["MEMBER", "OWNER"]