From 41a5bd8e6e4305b21cdc81d77d7e7e6001994501 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Fri, 25 Aug 2023 12:13:31 +0200 Subject: [PATCH 1/4] feat: default config --- .github/ubiquibot-config.yml | 11 ----------- ubiquibot-config-default.json | 18 +++++++++++++++++- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.github/ubiquibot-config.yml b/.github/ubiquibot-config.yml index 9eed56284..bc6475fa4 100644 --- a/.github/ubiquibot-config.yml +++ b/.github/ubiquibot-config.yml @@ -35,16 +35,5 @@ payment-permit-max-price: 1000 comment-incentives: true max-concurrent-bounties: 2 promotion-comment: "
If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow Ubiquity on GitHub and star this repo. Your endorsement means the world to us and helps us grow!
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!
" -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 diff --git a/ubiquibot-config-default.json b/ubiquibot-config-default.json index b859c45f0..ed8eaf276 100644 --- a/ubiquibot-config-default.json +++ b/ubiquibot-config-default.json @@ -95,7 +95,23 @@ ], "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 + }, "totals": { "word": 0 } From 94014a2e7bea57a3db918b3036996d92da9efb68 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Sat, 26 Aug 2023 18:08:43 +0200 Subject: [PATCH 2/4] feat: added more tags --- ubiquibot-config-default.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ubiquibot-config-default.json b/ubiquibot-config-default.json index ed8eaf276..8cce27feb 100644 --- a/ubiquibot-config-default.json +++ b/ubiquibot-config-default.json @@ -110,7 +110,12 @@ "code": 0, "table": 0, "td": 0, - "tr": 0 + "tr": 0, + "br": 0, + "blockquote": 0, + "em": 0, + "strong": 0, + "hr": 0 }, "totals": { "word": 0 From 9d0e958c9fd7e5bde6418090b2bc82b42e6285e7 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Sat, 26 Aug 2023 18:12:47 +0200 Subject: [PATCH 3/4] feat: more tags --- ubiquibot-config-default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubiquibot-config-default.json b/ubiquibot-config-default.json index 8cce27feb..620c412c9 100644 --- a/ubiquibot-config-default.json +++ b/ubiquibot-config-default.json @@ -115,7 +115,8 @@ "blockquote": 0, "em": 0, "strong": 0, - "hr": 0 + "hr": 0, + "del": 0 }, "totals": { "word": 0 From f5ce62e9ddb6d1ae2b93d488b6bad8d05748a4f4 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Sun, 17 Sep 2023 19:38:56 +0200 Subject: [PATCH 4/4] feat: add more tags --- ubiquibot-config-default.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubiquibot-config-default.json b/ubiquibot-config-default.json index 620c412c9..dd2a526bb 100644 --- a/ubiquibot-config-default.json +++ b/ubiquibot-config-default.json @@ -116,7 +116,9 @@ "em": 0, "strong": 0, "hr": 0, - "del": 0 + "del": 0, + "pre": 0, + "ol": 0 }, "totals": { "word": 0