Skip to content

Commit

Permalink
Update .ubiquity-os.config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen authored Dec 22, 2024
1 parent 9a17098 commit e130cca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/.ubiquity-os.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,14 @@ plugins:
reviewDelayTolerance: "3 Days"
taskStaleTimeoutDuration: "30 Days"
startRequiresWallet: true # default is true
requiredLabelsToStart: ["Priority: 3 (High)", "Priority: 4 (Urgent)", "Priority: 5 (Emergency)"]
requiredLabelsToStart:
- name: "Priority: 1 (Normal)"
- name: "Priority: 2 (Medium)"
- name: "Priority: 3 (High)"
roles: ['collaborator', 'admin']
- name: "Priority: 4 (Urgent)"
roles: ['collaborator', 'admin']
- name: "Priority: 5 (Emergency)"
roles: ['collaborator', 'admin']
- uses:
- plugin: ubiquity-os-marketplace/text-vector-embeddings@main

0 comments on commit e130cca

Please sign in to comment.