Skip to content

Commit 8a8a831

Browse files
committed
Merge branch 'development' of https://github.com/ubiquity/work.ubq.fi into development
2 parents 325cc0e + 6c7e1ab commit 8a8a831

File tree

1 file changed

+24
-52
lines changed

1 file changed

+24
-52
lines changed

.github/.ubiquibot-config.yml

Lines changed: 24 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins:
2828
fundExternalClosedIssue: false
2929
- skipBotEvents: false
3030
uses:
31-
- plugin: ubiquibot/conversation-rewards@development
31+
- plugin: ubiquity-os-marketplace/text-conversation-rewards@main
3232
# we don't skip bot events so conversation rewards triggered by the bot also run
3333
with:
3434
evmNetworkId: 100
@@ -44,81 +44,53 @@ plugins:
4444
enabled: true
4545
formattingEvaluator:
4646
multipliers:
47-
- role: [ISSUE_SPECIFICATION]
47+
- role: [ ISSUE_SPECIFICATION ]
4848
multiplier: 3
4949
rewards:
50-
regex:
51-
"\\b\\w+\\b": 0.1
52-
html:
53-
br: 0
54-
code: 5
55-
p: 1
56-
em: 0
57-
img: 5
58-
strong: 0
59-
blockquote: 0
60-
h1: 1
61-
h2: 1
62-
h3: 1
63-
h4: 1
64-
h5: 1
65-
h6: 1
66-
a: 5
67-
li: 1
68-
td: 1
69-
hr: 0
70-
- role: [ISSUE_AUTHOR]
50+
wordValue: 0.1
51+
- role: [ ISSUE_AUTHOR ]
7152
multiplier: 1
7253
rewards:
73-
regex:
74-
"\\b\\w+\\b": 0.2
75-
- role: [ISSUE_ASSIGNEE]
54+
wordValue: 0.2
55+
- role: [ ISSUE_ASSIGNEE ]
7656
multiplier: 1
7757
rewards:
78-
regex:
79-
"\\b\\w+\\b": 0.1
80-
- role: [ISSUE_COLLABORATOR]
58+
wordValue: 0.1
59+
- role: [ ISSUE_COLLABORATOR ]
8160
multiplier: 1
8261
rewards:
83-
regex:
84-
"\\b\\w+\\b": 0.1
85-
- role: [ISSUE_CONTRIBUTOR]
62+
wordValue: 0.1
63+
- role: [ ISSUE_CONTRIBUTOR ]
8664
multiplier: 0.25
8765
rewards:
88-
regex:
89-
"\\b\\w+\\b": 0.1
90-
- role: [PULL_SPECIFICATION]
66+
wordValue: 0.1
67+
- role: [ PULL_SPECIFICATION ]
9168
multiplier: 0
9269
rewards:
93-
regex:
94-
"\\b\\w+\\b": 0
95-
- role: [PULL_AUTHOR]
70+
wordValue: 0
71+
- role: [ PULL_AUTHOR ]
9672
multiplier: 0
9773
rewards:
98-
regex:
99-
"\\b\\w+\\b": 0.2
100-
- role: [PULL_ASSIGNEE]
74+
wordValue: 0.2
75+
- role: [ PULL_ASSIGNEE ]
10176
multiplier: 1
10277
rewards:
103-
regex:
104-
"\\b\\w+\\b": 0.1
105-
- role: [PULL_COLLABORATOR]
78+
wordValue: 0.1
79+
- role: [ PULL_COLLABORATOR ]
10680
multiplier: 1
10781
rewards:
108-
regex:
109-
"\\b\\w+\\b": 0.1
110-
- role: [PULL_CONTRIBUTOR]
82+
wordValue: 0.1
83+
- role: [ PULL_CONTRIBUTOR ]
11184
multiplier: 0.25
11285
rewards:
113-
regex:
114-
"\\b\\w+\\b": 0.1
86+
wordValue: 0.1
11587
permitGeneration:
11688
enabled: true
11789
githubComment:
11890
post: true
11991
debug: false
12092
- uses:
121-
- plugin: ubiquibot/user-activity-watcher@development
93+
- plugin: ubiquity-os-marketplace/daemon-disqualifier@development
12294
with:
12395
watch:
12496
optOut:
@@ -127,7 +99,7 @@ plugins:
12799
- staging
128100
- production
129101
- uses:
130-
- plugin: ubiquibot/automated-merging@development
102+
- plugin: ubiquity-os-marketplace/daemon-merging@development
131103
with:
132104
approvalsRequired:
133105
collaborator: 1
@@ -146,4 +118,4 @@ plugins:
146118
taskStaleTimeoutDuration: "30 Days"
147119
startRequiresWallet: true # default is true
148120
- uses:
149-
- plugin: ubiquibot/issue-comment-embeddings@development
121+
- plugin: ubiquity-os-marketplace/text-vector-embeddings@development

0 commit comments

Comments
 (0)