diff --git a/.github/ubiquibot-config.yml b/.github/ubiquibot-config.yml index 336f1f1a4..27abbdb26 100644 --- a/.github/ubiquibot-config.yml +++ b/.github/ubiquibot-config.yml @@ -1 +1 @@ -price-multiplier: 1.5 \ No newline at end of file +price-multiplier: 1.5 diff --git a/ubiquibot-config-default.json b/ubiquibot-config-default.json index eb9496538..219d06df7 100644 --- a/ubiquibot-config-default.json +++ b/ubiquibot-config-default.json @@ -81,7 +81,31 @@ ], "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, + "pre": 0, + "ol": 0 + }, "totals": { "word": 0 }