From bd332734ebdedfff3a9d8d14403f29af985cf856 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:51:29 +0900 Subject: [PATCH] Update .ubiquity-os.config.yml --- .github/.ubiquity-os.config.yml | 38 ++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/.github/.ubiquity-os.config.yml b/.github/.ubiquity-os.config.yml index 6f0a362..fe2ca88 100644 --- a/.github/.ubiquity-os.config.yml +++ b/.github/.ubiquity-os.config.yml @@ -6,23 +6,35 @@ plugins: with: allowPublicQuery: true - uses: - - plugin: https://ubiquity-os-daemon-pricing-main.ubiquity.workers.dev + - plugin: ubiquity-os-marketplace/daemon-pricing@main with: labels: time: - - "Time: <15 Minutes" - - "Time: <1 Hour" - - "Time: <2 Hours" - - "Time: <4 Hours" - - "Time: <1 Day" - - "Time: <1 Week" - - "Time: <1 Month" + - name: "Time: <15 Minutes" + collaboratorOnly: false + - name: "Time: <1 Hour" + collaboratorOnly: false + - name: "Time: <2 Hours" + collaboratorOnly: false + - name: "Time: <4 Hours" + collaboratorOnly: false + - name: "Time: <1 Day" + collaboratorOnly: false + - name: "Time: <1 Week" + collaboratorOnly: false + - name: "Time: <1 Month" + collaboratorOnly: false priority: - - "Priority: 1 (Normal)" - - "Priority: 2 (Medium)" - - "Priority: 3 (High)" - - "Priority: 4 (Urgent)" - - "Priority: 5 (Emergency)" + - name: "Priority: 1 (Normal)" + collaboratorOnly: false + - name: "Priority: 2 (Medium)" + collaboratorOnly: false + - name: "Priority: 3 (High)" + collaboratorOnly: false + - name: "Priority: 4 (Urgent)" + collaboratorOnly: false + - name: "Priority: 5 (Emergency)" + collaboratorOnly: false basePriceMultiplier: 2 publicAccessControl: setLabel: true