Skip to content

Commit

Permalink
Update bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ubqbot[bot] committed Nov 18, 2023
1 parent a9c7d4a commit 20ab02a
Showing 1 changed file with 185 additions and 59 deletions.
244 changes: 185 additions & 59 deletions .github/ubiquibot-config.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,185 @@


keys:
evmPrivateEncrypted: hsjsha1212

features:
assistivePricing: true
staleTaskTime: 30 days

payments:
evmNetworkId: 100
basePriceMultiplier: 1
issueCreatorMultiplier: 3
maxPermitPrice: 1000

timers:
reviewDelayTolerance: 30 days
taskStaleTimeoutDuration: 30 days
taskFollowUpDuration: 3.5 days
taskDisqualifyDuration: 7 days

incentives:
comment:
elements:
code: 1
img: 0
h1: 1
h2: 1
h3: 1
h4: 1
h5: 1
h6: 1
li: 0.5
a: 1
blockquote: 0
i: 0
totals:
word: 0.1

labels:
time:
- "Time: <1 Hour"
- "Time: <2 Hours"
- "Time: <4 Hours"
- "Time: <1 Day"
- "Time: <1 Week"
priority:
- "Priority: 1 (Normal)"
- "Priority: 2 (Medium)"
- "Priority: 3 (High)"
- "Priority: 4 (Urgent)"
- "Priority: 5 (Emergency)"

miscellaneous:
promotionComment: "<h6>If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow <a href='https://github.com/ubiquity'>Ubiquity on GitHub</a> and star <a href='https://github.com/ubiquity/devpool-directory'>this repo</a>. Your endorsement means the world to us and helps us grow!</h6><h6>We are excited to announce that the DevPool and UbiquiBot are now available to partners! Our ideal collaborators are globally distributed crypto-native organizations, who actively work on open source on GitHub, and excel in research & development. If you can introduce us to the repository maintainers in these types of companies, we have a special bonus in store for you!</h6>"
maxConcurrentTasks: 3
registerWalletWithVerification: false

disabledCommands: []
{
"incentives": {
"comment": {
"elements": {
"a": 1,
"abbr": 0,
"address": 0,
"area": 0,
"article": 0,
"aside": 0,
"audio": 0,
"b": 0,
"base": 0,
"bdi": 0,
"bdo": 0,
"blockquote": 0,
"body": 0,
"br": 0,
"button": 0,
"canvas": 0,
"caption": 0,
"cite": 0,
"code": 1,
"col": 0,
"colgroup": 0,
"data": 0,
"datalist": 0,
"dd": 0,
"del": 0,
"details": 0,
"dfn": 0,
"dialog": 0,
"div": 0,
"dl": 0,
"dt": 0,
"em": 0,
"embed": 0,
"fieldset": 0,
"figcaption": 0,
"figure": 0,
"footer": 0,
"form": 0,
"h1": 1,
"h2": 1,
"h3": 1,
"h4": 1,
"h5": 1,
"h6": 1,
"head": 0,
"header": 0,
"hgroup": 0,
"hr": 0,
"html": 0,
"i": 0,
"iframe": 0,
"img": 0,
"input": 0,
"ins": 0,
"kbd": 0,
"label": 0,
"legend": 0,
"li": 0.5,
"link": 0,
"main": 0,
"map": 0,
"mark": 0,
"meta": 0,
"meter": 0,
"nav": 0,
"noscript": 0,
"object": 0,
"ol": 0,
"optgroup": 0,
"option": 0,
"output": 0,
"p": 0,
"picture": 0,
"pre": 0,
"progress": 0,
"q": 0,
"rp": 0,
"rt": 0,
"ruby": 0,
"s": 0,
"samp": 0,
"script": 0,
"section": 0,
"select": 0,
"small": 0,
"source": 0,
"span": 0,
"strong": 0,
"style": 0,
"sub": 0,
"summary": 0,
"sup": 0,
"table": 0,
"tbody": 0,
"td": 0,
"textarea": 0,
"tfoot": 0,
"th": 0,
"thead": 0,
"time": 0,
"title": 0,
"tr": 0,
"track": 0,
"u": 0,
"ul": 0,
"var": 0,
"video": 0,
"wbr": 0
},
"totals": {
"character": 0,
"word": 0.1,
"sentence": 0,
"paragraph": 0,
"comment": 0
}
}
},
"keys": {},
"features": {
"assistivePricing": false,
"defaultLabels": [],
"newContributorGreeting": {
"enabled": false,
"header": "Thank you for contributing! Please be sure to set your wallet address before completing your first task so that you can collect your reward.",
"displayHelpMenu": true,
"footer": "###### If you enjoy the DevPool experience, please follow [Ubiquity on GitHub](https://github.com/ubiquity) and star [this repo](https://github.com/ubiquity/devpool-directory) to show your support. It helps a lot!"
},
"publicAccessControl": {
"setLabel": true,
"fundExternalClosedIssue": true
}
},
"timers": {
"reviewDelayTolerance": "1 day",
"taskStaleTimeoutDuration": "4 weeks",
"taskFollowUpDuration": "0.5 weeks",
"taskDisqualifyDuration": "1 week"
},
"payments": {
"maxPermitPrice": 9007199254740991,
"evmNetworkId": 1,
"basePriceMultiplier": 1,
"issueCreatorMultiplier": 1
},
"disabledCommands": [
"start",
"stop",
"help",
"autopay",
"query",
"ask",
"multiplier",
"labels",
"authorize",
"wallet",
"config"
],
"labels": {
"time": [
"Time: <1 Hour",
"Time: <2 Hours",
"Time: <4 Hours",
"Time: <1 Day",
"Time: <1 Week"
],
"priority": [
"Priority: 1 (Normal)",
"Priority: 2 (Medium)",
"Priority: 3 (High)",
"Priority: 4 (Urgent)",
"Priority: 5 (Emergency)"
]
},
"miscellaneous": {
"maxConcurrentTasks": 9007199254740991,
"promotionComment": "###### If you enjoy the DevPool experience, please follow [Ubiquity on GitHub](https://github.com/ubiquity) and star [this repo](https://github.com/ubiquity/devpool-directory) to show your support. It helps a lot!",
"registerWalletWithVerification": false,
"openAiTokenLimit": 100000
}
}

0 comments on commit 20ab02a

Please sign in to comment.