This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Replies: 1 comment
-
test
testing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Perhaps it makes the most sense to configure the bot via slash commands. This way we can easily enable access control to protect specific configuration properties. It might be easier for bounty hunters to exploit/update the
ubiquibot-config.yml
in a large pull request, which could cause disruptions if sensitive properties are changed, such as the bountybaseRate
.Example ubiquibot-config.yml
We could make the following commands:
/allow base-multiplier @pavlovcik true
/allow auto-pay-mode @pavlovcik true
/allow analytics-mode @pavlovcik true
/allow max-concurrent-bounties @pavlovcik true
Beta Was this translation helpful? Give feedback.
All reactions