robo-otter overlord a GitHub bot for ottercorp
Upstream: https://github.com/goatcorp/bleatbot
- auto close issues
- auto merge pull requests
- franzbot-styled FAQ
- DalamudPlugins issue checker
- stale plugin PR notice
- upcoming DIP merge notice
- caprine operator event sending
- create a personal access token with the
read:org
,user
, andrepo
scopes (TODO: figure out if bot requires more) cp .env.example .env
and edit as required- create the webhooks pointing to aonyxbot
http://host:port/webhook
(all events is fine) - install dependencies:
pnpm i
- set up the database:
pnpm init
- build the code:
pnpm build
- run the code:
node ./dist/index.js
orpm2 start ./dist/index.js -n bleatbot