Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Default config and config change #668

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/ubiquibot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,5 @@ payment-permit-max-price: 1000
comment-incentives: true
max-concurrent-bounties: 2
promotion-comment: "<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>"
incentives:
comment:
elements:
code: 5
img: 5
h1: 1
li: 0.5
a: 0.5
blockquote: 0
totals:
word: 0.1
register-wallet-with-verification: false
assistive-pricing: true
24 changes: 23 additions & 1 deletion ubiquibot-config-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,29 @@
],
"incentives": {
"comment": {
"elements": {},
"elements": {
"h1": 0,
"h2": 0,
"h3": 0,
"h4": 0,
"h5": 0,
"h6": 0,
"a": 0,
"ul": 0,
"li": 0,
"p": 0,
"img": 0,
"code": 0,
"table": 0,
"td": 0,
"tr": 0,
"br": 0,
"blockquote": 0,
"em": 0,
"strong": 0,
"hr": 0,
"del": 0
},
"totals": {
"word": 0
}
Expand Down
Loading