From bea6d6ab3f02d73f7849f2415fa13438a0622640 Mon Sep 17 00:00:00 2001 From: ishowvel Date: Sat, 26 Oct 2024 11:27:39 +0530 Subject: [PATCH] Create .ubiquity-os.config.dev.yml --- .github/.ubiquity-os.config.dev.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/.ubiquity-os.config.dev.yml diff --git a/.github/.ubiquity-os.config.dev.yml b/.github/.ubiquity-os.config.dev.yml new file mode 100644 index 0000000..d51075e --- /dev/null +++ b/.github/.ubiquity-os.config.dev.yml @@ -0,0 +1,24 @@ +plugins: + - uses: + - plugin: http://127.0.0.1:4000 + with: + labels: + time: + - "Time: <15 Minutes" + - "Time: <1 Hour" + - "Time: <2 Hours" + - "Time: <4 Hours" + - "Time: <1 Day" + - "Time: <1 Week" + - "Time: <2 Weeks" + - "Time: <1 Month" + priority: + - "Priority: 1 (Normal)" + - "Priority: 2 (Medium)" + - "Priority: 3 (High)" + - "Priority: 4 (Urgent)" + - "Priority: 5 (Emergency)" + basePriceMultiplier: 2 + publicAccessControl: + setLabel: true + fundExternalClosedIssue: false