robogoat overlord a GitHub bot for goatcorp
- 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 bleatbot (all events is fine)
- install dependencies:
pnpm i
- set up the database:
prisma generate
,prisma migrate deploy
- compile the code:
pnpx tsc
- run the code:
node ./dist/index.js