Skip to content

goatcorp/bleatbot

Repository files navigation

bleatbot

robogoat overlord a GitHub bot for goatcorp

features

  • 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

setup

  • create a personal access token with the read:org, user, and repo 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published