Skip to content

Commit c985761

Browse files
chore: update
Ensure that every plugin that is not protocol prefixed (like https://) is pointing at @main. Add that to the suffix. Example: ubiquity-os-marketplace/command-start-stop@main Via @ubiquity-os[bot]
1 parent 7326773 commit c985761

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/.ubiquity-os.config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plugins:
3131
with:
3232
allowPublicQuery: true
3333
- uses:
34-
- plugin: ubiquity-os-marketplace/daemon-pricing
34+
- plugin: ubiquity-os-marketplace/daemon-pricing@main
3535
with:
3636
labels:
3737
time:
@@ -67,7 +67,7 @@ plugins:
6767
protectLabels: ["priority", "price", "time"]
6868
- skipBotEvents: false
6969
uses:
70-
- plugin: ubiquity-os-marketplace/text-conversation-rewards
70+
- plugin: ubiquity-os-marketplace/text-conversation-rewards@main
7171
with:
7272
evmNetworkId: 100
7373
evmPrivateEncrypted: "bd5AFnSCO6c5jJyPifpOfr5Zys29RE7SyXkEU3akT13RtGmYDrqGIGuvJQyH53HA5dIba7PL5bXfll0JebmwXYe5gHIXSGX80WuGMDHh0cFfeGjHhmUXe8kkZ1OT2De9qRpqejJcEzdfi-8XNAvP7cQu2Vt-7RNnPw" # https://github.com/ubiquibot/conversation-rewards/pull/111#issuecomment-2348639931
@@ -235,7 +235,7 @@ plugins:
235235
maxAttempts: 10
236236
delayMs: 1000
237237
- uses:
238-
- plugin: ubiquity-os-marketplace/daemon-disqualifier
238+
- plugin: ubiquity-os-marketplace/daemon-disqualifier@main
239239
with:
240240
warning: "3.5 days"
241241
watch:
@@ -254,7 +254,7 @@ plugins:
254254
- issue_comment.created
255255
- push
256256
- uses:
257-
- plugin: ubiquity-os-marketplace/daemon-merging
257+
- plugin: ubiquity-os-marketplace/daemon-merging@main
258258
with:
259259
approvalsRequired:
260260
collaborator: 1
@@ -269,11 +269,11 @@ plugins:
269269
- production
270270
allowedReviewerRoles: ["COLLABORATOR", "MEMBER", "OWNER"]
271271
- uses:
272-
- plugin: ubiquity-os-marketplace/text-vector-embeddings
272+
- plugin: ubiquity-os-marketplace/text-vector-embeddings@main
273273
with:
274274
matchThreshold: 0.95
275275
warningThreshold: 0.75
276276
jobMatchingThreshold: 0.75
277277
alwaysRecommend: 0
278278
- uses:
279-
- plugin: ubiquity-os-marketplace/daemon-pull-review
279+
- plugin: ubiquity-os-marketplace/daemon-pull-review@main

0 commit comments

Comments
 (0)