From 7ba5cd70c49051057c2e7dce19b9e87f1bb36318 Mon Sep 17 00:00:00 2001 From: "ubiquity-os[bot]" Date: Fri, 24 Jan 2025 19:52:44 +0000 Subject: [PATCH 1/2] chore: update insert all missing defaults Via @ubiquity-os[bot] --- .github/.ubiquity-os.config.yml | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/.github/.ubiquity-os.config.yml b/.github/.ubiquity-os.config.yml index d5721db3..d520fe33 100644 --- a/.github/.ubiquity-os.config.yml +++ b/.github/.ubiquity-os.config.yml @@ -5,6 +5,12 @@ plugins: reviewDelayTolerance: "3 Days" taskStaleTimeoutDuration: "30 Days" startRequiresWallet: true + maxConcurrentTasks: + collaborator: 10 + contributor: 2 + assignedIssueScope: "org" + emptyWalletText: "Please set your wallet address with the /wallet command first and try again." + rolesWithReviewAuthority: ["OWNER", "ADMIN", "MEMBER", "COLLABORATOR"] requiredLabelsToStart: - name: "Priority: 1 (Normal)" allowedRoles: ['collaborator', 'contributor'] @@ -18,6 +24,8 @@ plugins: allowedRoles: ['collaborator'] - uses: - plugin: https://ubiquity-os-command-wallet-main.ubiquity.workers.dev + with: + registerWalletWithVerification: false - uses: - plugin: https://ubiquity-os-command-query-user-main.ubiquity.workers.dev with: @@ -56,13 +64,13 @@ plugins: publicAccessControl: setLabel: true fundExternalClosedIssue: false + protectLabels: ["priority", "price", "time"] - skipBotEvents: false uses: - plugin: ubiquity-os-marketplace/text-conversation-rewards@main - # we don't skip bot events so conversation rewards triggered by the bot also run with: evmNetworkId: 100 - evmPrivateEncrypted: "bd5AFnSCO6c5jJyPifpOfr5Zys29RE7SyXkEU3akT13RtGmYDrqGIGuvJQyH53HA5dIba7PL5bXfll0JebmwXYe5gHIXSGX80WuGMDHh0cFfeGjHhmUXe8kkZ1OT2De9qRpqejJcEzdfi-8XNAvP7cQu2Vt-7RNnPw" # https://github.com/ubiquibot/conversation-rewards/pull/111#issuecomment-2348639931 + evmPrivateEncrypted: "bd5AFnSCO6c5jJyPifpOfr5Zys29RE7SyXkEU3akT13RtGmYDrqGIGuvJQyH53HA5dIba7PL5bXfll0JebmwXYe5gHIXSGX80WuGMDHh0cFfeGjHhmUXe8kkZ1OT2De9qRpqejJcEzdfi-8XNAvP7cQu2Vt-7RNnPw" erc20RewardToken: "0xC6ed4f520f6A4e4DC27273509239b7F8A68d2068" incentives: requirePriceLabel: true @@ -218,6 +226,7 @@ plugins: multiplier: 0 rewards: wordValue: 0 + wordCountExponent: 0.85 permitGeneration: {} githubComment: post: true @@ -228,17 +237,28 @@ plugins: - uses: - plugin: ubiquity-os-marketplace/daemon-disqualifier@main with: + warning: "3.5 days" watch: optOut: - ubiquibot - launch-party - staging - production + prioritySpeed: true + disqualification: "7 days" + pullRequestRequired: true + eventWhitelist: + - pull_request.review_requested + - pull_request.ready_for_review + - pull_request_review_comment.created + - issue_comment.created + - push - uses: - plugin: ubiquity-os-marketplace/daemon-merging@main with: approvalsRequired: collaborator: 1 + contributor: 2 mergeTimeout: collaborator: "3.5 days" repos: @@ -247,5 +267,11 @@ plugins: - launch-party - staging - production + allowedReviewerRoles: ["COLLABORATOR", "MEMBER", "OWNER"] - uses: - - plugin: ubiquity-os-marketplace/text-vector-embeddings@main \ No newline at end of file + - plugin: ubiquity-os-marketplace/text-vector-embeddings@main + with: + matchThreshold: 0.95 + warningThreshold: 0.75 + jobMatchingThreshold: 0.75 + alwaysRecommend: 0 \ No newline at end of file From 0d66dc85f2a0cd01aba35f456b8e42dfe9df1c81 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:06:35 +0900 Subject: [PATCH 2/2] chore: update .github/.ubiquity-os.config.yml --- .github/.ubiquity-os.config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.ubiquity-os.config.yml b/.github/.ubiquity-os.config.yml index d520fe33..8582d8db 100644 --- a/.github/.ubiquity-os.config.yml +++ b/.github/.ubiquity-os.config.yml @@ -70,7 +70,7 @@ plugins: - plugin: ubiquity-os-marketplace/text-conversation-rewards@main with: evmNetworkId: 100 - evmPrivateEncrypted: "bd5AFnSCO6c5jJyPifpOfr5Zys29RE7SyXkEU3akT13RtGmYDrqGIGuvJQyH53HA5dIba7PL5bXfll0JebmwXYe5gHIXSGX80WuGMDHh0cFfeGjHhmUXe8kkZ1OT2De9qRpqejJcEzdfi-8XNAvP7cQu2Vt-7RNnPw" + evmPrivateEncrypted: "bd5AFnSCO6c5jJyPifpOfr5Zys29RE7SyXkEU3akT13RtGmYDrqGIGuvJQyH53HA5dIba7PL5bXfll0JebmwXYe5gHIXSGX80WuGMDHh0cFfeGjHhmUXe8kkZ1OT2De9qRpqejJcEzdfi-8XNAvP7cQu2Vt-7RNnPw" # https://github.com/ubiquibot/conversation-rewards/pull/111#issuecomment-2348639931 erc20RewardToken: "0xC6ed4f520f6A4e4DC27273509239b7F8A68d2068" incentives: requirePriceLabel: true