Skip to content

Commit

Permalink
Merge pull request #182 from zugdev/fix-ubiquity-config
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Dec 6, 2024
2 parents ad9333c + 555656e commit 882febf
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions .github/.ubiquity-os.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,35 @@ plugins:
with:
allowPublicQuery: true
- uses:
- plugin: https://ubiquibot-assistive-pricing-development.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
Expand Down

2 comments on commit 882febf

@ubiquity-os
Copy link
Contributor

@ubiquity-os ubiquity-os bot commented on 882febf Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0x4007 Configuration is invalid.

Caution

- plugin: https://ubiquibot-command-wallet-development.ubiquity.workers.dev

path: plugins/0/uses/0
value: "https://ubiquibot-command-wallet-development.ubiquity.workers.dev"
message: Failed to fetch the manifest configuration.

Caution

- plugin: https://ubiquibot-command-query-user-development.ubiquity.workers.dev

path: plugins/1/uses/0
value: "https://ubiquibot-command-query-user-development.ubiquity.workers.dev"
message: Failed to fetch the manifest configuration.

@0x4007
Copy link
Member Author

@0x4007 0x4007 commented on 882febf Dec 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zugdev looks like there’s some other problems.

Please sign in to comment.