@@ -28,7 +28,7 @@ plugins:
28
28
fundExternalClosedIssue : false
29
29
- skipBotEvents : false
30
30
uses :
31
- - plugin : ubiquibot/ conversation-rewards@development
31
+ - plugin : ubiquity-os-marketplace/text- conversation-rewards@main
32
32
# we don't skip bot events so conversation rewards triggered by the bot also run
33
33
with :
34
34
evmNetworkId : 100
@@ -44,81 +44,53 @@ plugins:
44
44
enabled : true
45
45
formattingEvaluator :
46
46
multipliers :
47
- - role : [ISSUE_SPECIFICATION]
47
+ - role : [ ISSUE_SPECIFICATION ]
48
48
multiplier : 3
49
49
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 ]
71
52
multiplier : 1
72
53
rewards :
73
- regex :
74
- " \\b\\w+\\b " : 0.2
75
- - role : [ISSUE_ASSIGNEE]
54
+ wordValue : 0.2
55
+ - role : [ ISSUE_ASSIGNEE ]
76
56
multiplier : 1
77
57
rewards :
78
- regex :
79
- " \\b\\w+\\b " : 0.1
80
- - role : [ISSUE_COLLABORATOR]
58
+ wordValue : 0.1
59
+ - role : [ ISSUE_COLLABORATOR ]
81
60
multiplier : 1
82
61
rewards :
83
- regex :
84
- " \\b\\w+\\b " : 0.1
85
- - role : [ISSUE_CONTRIBUTOR]
62
+ wordValue : 0.1
63
+ - role : [ ISSUE_CONTRIBUTOR ]
86
64
multiplier : 0.25
87
65
rewards :
88
- regex :
89
- " \\b\\w+\\b " : 0.1
90
- - role : [PULL_SPECIFICATION]
66
+ wordValue : 0.1
67
+ - role : [ PULL_SPECIFICATION ]
91
68
multiplier : 0
92
69
rewards :
93
- regex :
94
- " \\b\\w+\\b " : 0
95
- - role : [PULL_AUTHOR]
70
+ wordValue : 0
71
+ - role : [ PULL_AUTHOR ]
96
72
multiplier : 0
97
73
rewards :
98
- regex :
99
- " \\b\\w+\\b " : 0.2
100
- - role : [PULL_ASSIGNEE]
74
+ wordValue : 0.2
75
+ - role : [ PULL_ASSIGNEE ]
101
76
multiplier : 1
102
77
rewards :
103
- regex :
104
- " \\b\\w+\\b " : 0.1
105
- - role : [PULL_COLLABORATOR]
78
+ wordValue : 0.1
79
+ - role : [ PULL_COLLABORATOR ]
106
80
multiplier : 1
107
81
rewards :
108
- regex :
109
- " \\b\\w+\\b " : 0.1
110
- - role : [PULL_CONTRIBUTOR]
82
+ wordValue : 0.1
83
+ - role : [ PULL_CONTRIBUTOR ]
111
84
multiplier : 0.25
112
85
rewards :
113
- regex :
114
- " \\b\\w+\\b " : 0.1
86
+ wordValue : 0.1
115
87
permitGeneration :
116
88
enabled : true
117
89
githubComment :
118
90
post : true
119
91
debug : false
120
92
- uses :
121
- - plugin : ubiquibot/user-activity-watcher @development
93
+ - plugin : ubiquity-os-marketplace/daemon-disqualifier @development
122
94
with :
123
95
watch :
124
96
optOut :
@@ -127,7 +99,7 @@ plugins:
127
99
- staging
128
100
- production
129
101
- uses :
130
- - plugin : ubiquibot/automated -merging@development
102
+ - plugin : ubiquity-os-marketplace/daemon -merging@development
131
103
with :
132
104
approvalsRequired :
133
105
collaborator : 1
@@ -146,4 +118,4 @@ plugins:
146
118
taskStaleTimeoutDuration : " 30 Days"
147
119
startRequiresWallet : true # default is true
148
120
- uses :
149
- - plugin : ubiquibot/issue-comment -embeddings@development
121
+ - plugin : ubiquity-os-marketplace/text-vector -embeddings@development
0 commit comments